| 61 |
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (401, 421, 425))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=23 AND c.nright<=24 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
206.271
ms
|
14586828300 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:190 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 318 |
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 95) |
17.128
ms
|
3078 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 130
ORDER BY `position` |
13.515
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 19
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
12.059
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 93) |
12.041
ms
|
2353 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 64) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
10.981
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 42
AND image_shop.`cover` = 1 LIMIT 1 |
10.921
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 19
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
10.881
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 46) |
10.439
ms
|
1176 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 64) |
10.055
ms
|
784 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 336 |
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7) |
9.642
ms
|
2352 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 19 AND `validate` = 1 LIMIT 1 |
9.093
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 42) |
8.782
ms
|
1763 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 43) |
8.180
ms
|
1763 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 390 |
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 128) |
8.116
ms
|
2351 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 15) |
7.631
ms
|
2352 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
7.623
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1297956, 1297957, 1297958, 1297959, 1297960, 1297961, 1297962, 1297963, 1297964, 1297965, 1297966, 1297967, 1297968, 1297969, 1297970, 1297971, 1297972, 1297973, 1297974, 1297975, 1297976, 1297977, 1297978, 1297979, 1297980, 1297981, 1297982, 1297983, 1297984, 1297985, 1297986, 1297987, 1297988, 1297989, 1297990, 1297991, 1297992, 1297993, 1297994, 1297995, 1297996, 1297997, 1297998, 1297999, 1298000, 1298001, 1298002, 1298009, 1298010, 1298011, 1298012, 1298013, 1298014, 1298015, 1298016, 1298017, 1298030, 1298031, 1298032, 1298042, 1298043, 1298044, 1298045, 1298046, 1298047, 1298048, 1298049, 1298050, 1298051, 1298052, 1298053, 1298054, 1298055, 1298056, 1298057, 1298058, 1298059, 1298060, 1298061, 1298062, 1298063, 1298064, 1298065, 1298066, 1298067, 1298068, 1298069, 1298070, 1298071, 1298072, 1298073, 1298074, 1298075, 1298076, 1298077, 1298078, 1298079, 1298080, 1298081, 1298082, 1298083, 1298084, 1298085, 1298086, 1298087, 1298088, 1298089, 1298096, 1298097, 1298098, 1298099, 1298100, 1298101, 1298102, 1298103, 1298104, 1298117, 1298118, 1298119, 1298129, 1298130, 1298131, 1298132, 1298133, 1298134, 1298135, 1298136, 1298137, 1298138, 1298139, 1298140, 1298141, 1298142, 1298143, 1298144, 1298145, 1298146, 1298147, 1298148, 1298149, 1298150, 1298151, 1298152, 1298153, 1298154, 1298155, 1298156, 1298157, 1298158, 1298159, 1298160, 1298161, 1298162, 1298163, 1298164, 1298165, 1298166, 1298167, 1298168, 1298169, 1298170, 1298171, 1298172, 1298173, 1298174, 1298175, 1298176, 1298183, 1298184, 1298185, 1298186, 1298187, 1298188, 1298189, 1298190, 1298191, 1298204, 1298205, 1298206, 1298216, 1298217, 1298218, 1298219, 1298220, 1298221, 1298222, 1298223, 1298224, 1298225, 1298226, 1298227, 1298228, 1298229, 1298230, 1298231, 1298232, 1298233, 1298234, 1298235, 1298236, 1298237, 1298238, 1298239, 1298240, 1298241, 1298242, 1298243, 1298244, 1298245, 1298246, 1298247, 1298248, 1298249, 1298250, 1298251, 1298252, 1298253, 1298254, 1298255, 1298256, 1298257, 1298258, 1298259, 1298260, 1298261, 1298262, 1298263, 1298270, 1298271, 1298272, 1298273, 1298274, 1298275, 1298276, 1298277, 1298278, 1298291, 1298292, 1298293, 1298303, 1298304, 1298305, 1298306, 1298307, 1298308, 1298309, 1298310, 1298311, 1298312, 1298313, 1298314, 1298315, 1298316, 1298317, 1298318, 1298319, 1298320, 1298321, 1298322, 1298323, 1298324, 1298325, 1298326, 1298327, 1298328, 1298329, 1298330, 1298331, 1298332, 1298333, 1298334, 1298335, 1298336, 1298337, 1298338, 1298339, 1298340, 1298341, 1298342, 1298343, 1298344, 1298345, 1298346, 1298347, 1298348, 1298349, 1298350, 1298357, 1298358, 1298359, 1298360, 1298361, 1298362, 1298363, 1298364, 1298365, 1298378, 1298379, 1298380, 1298390, 1298391, 1298392, 1298393, 1298394, 1298395, 1298396, 1298397, 1298398, 1298399, 1298400, 1298401, 1298402, 1298403, 1298404, 1298405, 1298406, 1298407, 1298408, 1298409, 1298410, 1298411, 1298412, 1298413, 1298414, 1298415, 1298416, 1298417, 1298418, 1298419, 1298420, 1298421, 1298422, 1298423, 1298424, 1298425, 1298426, 1298427, 1298428, 1298429, 1298430, 1298431, 1298432, 1298433, 1298434, 1298435, 1298436, 1298437, 1298444, 1298445, 1298446, 1298447, 1298448, 1298449, 1298450, 1298451, 1298452, 1298465, 1298466, 1298467, 1298477, 1298478, 1298479, 1298480, 1298481, 1298482, 1298483, 1298484, 1298485, 1298486, 1298487, 1298488, 1298489, 1298490, 1298491, 1298492, 1298493, 1298494, 1298495, 1298496, 1298497, 1298498, 1298499, 1298500, 1298501, 1298502, 1298503, 1298504, 1298505, 1298506, 1298507, 1298508, 1298509, 1298510, 1298511, 1298512, 1298513, 1298514, 1298515, 1298516, 1298517, 1298518, 1298519, 1298520, 1298521, 1298522, 1298523, 1298524, 1298531, 1298532, 1298533, 1298534, 1298535, 1298536, 1298537, 1298538, 1298539, 1298552, 1298553, 1298554, 1298564, 1298565, 1298566, 1298567, 1298568, 1298569, 1298570, 1298571, 1298572, 1298573, 1298574, 1298575, 1298576, 1298577, 1298578, 1298579, 1298580, 1298581, 1298582, 1298583, 1298584, 1298585, 1298586, 1298587, 1298588, 1298589, 1298590, 1298591, 1298592, 1298593, 1298594, 1298595, 1298596, 1298597, 1298598, 1298599, 1298600, 1298601, 1298602, 1298603, 1298604, 1298605, 1298606, 1298607, 1298608, 1298609, 1298610, 1298611, 1298618, 1298619, 1298620, 1298621, 1298622, 1298623, 1298624, 1298625, 1298626, 1298639, 1298640, 1298641, 1298651, 1298652, 1298653, 1298654, 1298655, 1298656, 1298657, 1298658, 1298659, 1298660, 1298661, 1298662, 1298663, 1298664, 1298665, 1298666, 1298667, 1298668, 1298669, 1298670, 1298671, 1298672, 1298673, 1298674, 1298675, 1298676, 1298677, 1298678, 1298679, 1298680, 1298681, 1298682, 1298683, 1298684, 1298685, 1298686, 1298687, 1298688, 1298689, 1298690, 1298691, 1298692, 1298693, 1298694, 1298695, 1298696, 1298697, 1298698, 1298705, 1298706, 1298707, 1298708, 1298709, 1298710, 1298711, 1298712, 1298713, 1298726, 1298727, 1298728, 1298738, 1298739, 1298740, 1298741, 1298742, 1298743, 1298744, 1298745, 1298746, 1298747, 1298748, 1298749, 1298750, 1298751, 1298752, 1298753, 1298754, 1298755, 1298756, 1298757, 1298758, 1298759, 1298760, 1298761, 1298762, 1298763, 1298764, 1298765, 1298766, 1298767, 1298768, 1298769, 1298770, 1298771, 1298772, 1298773, 1298774, 1298775, 1298776, 1298777, 1298778, 1298779, 1298780, 1298781, 1298782, 1298783, 1298784, 1298785, 1298792, 1298793, 1298794, 1298795, 1298796, 1298797, 1298798, 1298799, 1298800, 1298813, 1298814, 1298815, 1298825, 1298826, 1298827, 1298828, 1298829, 1298830, 1298831, 1298832, 1298833, 1298834, 1298835, 1298836, 1298837, 1298838, 1298839, 1298840, 1298841, 1298842, 1298843, 1298844, 1298845, 1298846, 1298847, 1298848, 1298849, 1298850, 1298851, 1298852, 1298853, 1298854, 1298855, 1298856, 1298857, 1298858, 1298859, 1298860, 1298861, 1298862, 1298863, 1298864, 1298865, 1298866, 1298867, 1298868, 1298869, 1298870, 1298871, 1298872, 1298879, 1298880, 1298881, 1298882, 1298883, 1298884, 1298885, 1298886, 1298887, 1298900, 1298901, 1298902, 1298912, 1298913, 1298914, 1298915, 1298916, 1298917, 1298918, 1298919, 1298920, 1298921, 1298922, 1298923, 1298924, 1298925, 1298926, 1298927, 1298928, 1298929, 1298930, 1298931, 1298932, 1298933, 1298934, 1298935, 1298936, 1298937, 1298938, 1298939, 1298940, 1298941, 1298942, 1298943, 1298944, 1298945, 1298946, 1298947, 1298948, 1298949, 1298950, 1298951, 1298952, 1298953, 1298954, 1298955, 1298956, 1298957, 1298958, 1298959, 1298966, 1298967, 1298968, 1298969, 1298970, 1298971, 1298972, 1298973, 1298974, 1298987, 1298988, 1298989, 1298999, 1299000, 1299001, 1299002, 1299003, 1299004, 1299005, 1299006, 1299007, 1299008, 1299009, 1299010, 1299011, 1299012, 1299013, 1299014, 1299015, 1299016, 1299017, 1299018, 1299019, 1299020, 1299021, 1299022, 1299023, 1299024, 1299025, 1299026, 1299027, 1299028, 1299029, 1299030, 1299031, 1299032, 1299033, 1299034, 1299035, 1299036, 1299037, 1299038, 1299039, 1299040, 1299041, 1299042, 1299043, 1299044, 1299045, 1299046, 1299053, 1299054, 1299055, 1299056, 1299057, 1299058, 1299059, 1299060, 1299061, 1299074, 1299075, 1299076, 1299086, 1299087, 1299088, 1299089, 1299090, 1299091, 1299092, 1299093, 1299094, 1299095, 1299096, 1299097, 1299098, 1299099, 1299100, 1299101, 1299102, 1299103, 1299104, 1299105, 1299106, 1299107, 1299108, 1299109, 1299110, 1299111, 1299112, 1299113, 1299114, 1299115, 1299116, 1299117, 1299118, 1299119, 1299120, 1299121, 1299122, 1299123, 1299124, 1299125, 1299126, 1299127, 1299128, 1299129, 1299130, 1299131, 1299132, 1299133, 1299140, 1299141, 1299142, 1299143, 1299144, 1299145, 1299146, 1299147, 1299148, 1299161, 1299162, 1299163, 1299173, 1299174, 1299175, 1299176, 1299177, 1299178, 1299179, 1299180, 1299181, 1299182, 1299183, 1299184, 1299185, 1299186, 1299187, 1299188, 1299189, 1299190, 1299191, 1299192, 1299193, 1299194, 1299195, 1299196, 1299197, 1299198, 1299199, 1299200, 1299201, 1299202, 1299203, 1299204, 1299205, 1299206, 1299207, 1299208, 1299209, 1299210, 1299211, 1299212, 1299213, 1299214, 1299215, 1299216, 1299217, 1299218, 1299219, 1299220, 1299227, 1299228, 1299229, 1299230, 1299231, 1299232, 1299233, 1299234, 1299235, 1299248, 1299249, 1299250, 1299260, 1299261, 1299262, 1299263, 1299264, 1299265, 1299266, 1299267, 1299268, 1299269, 1299270, 1299271, 1299272, 1299273, 1299274, 1299275, 1299276, 1299277, 1299278, 1299279, 1299280, 1299281, 1299282, 1299283, 1299284, 1299285, 1299286, 1299287, 1299288, 1299289, 1299290, 1299291, 1299292, 1299293, 1299294, 1299295, 1299296, 1299297, 1299298, 1299299, 1299300, 1299301, 1299302, 1299303, 1299304, 1299305, 1299306, 1299307, 1299314, 1299315, 1299316, 1299317, 1299318, 1299319, 1299320, 1299321, 1299322, 1299335, 1299336, 1299337, 1299347, 1299348, 1299349, 1299350, 1299351, 1299352, 1299353, 1299354, 1299355, 1299356, 1299357, 1299358, 1299359, 1299360, 1299361, 1299362, 1299363, 1299364, 1299365, 1299366, 1299367, 1299368, 1299369, 1299370, 1299371, 1299372, 1299373, 1299374, 1299375, 1299376, 1299377, 1299378, 1299379, 1299380, 1299381, 1299382, 1299383, 1299384, 1299385, 1299386, 1299387, 1299388, 1299389, 1299390, 1299391, 1299392, 1299393, 1299394, 1299401, 1299402, 1299403, 1299404, 1299405, 1299406, 1299407, 1299408, 1299409, 1299422, 1299423, 1299424, 1299434, 1299435, 1299436, 1299437, 1299438, 1299439, 1299440, 1299441, 1299442, 1299443, 1299444, 1299445, 1299446, 1299447, 1299448, 1299449, 1299450, 1299451, 1299452, 1299453, 1299454, 1299455, 1299456, 1299457, 1299458, 1299459, 1299460, 1299461, 1299462, 1299463, 1299464, 1299465, 1299466, 1299467, 1299468, 1299469, 1299470, 1299471, 1299472, 1299473, 1299474, 1299475, 1299476, 1299477, 1299478, 1299479, 1299480, 1299481, 1299488, 1299489, 1299490, 1299491, 1299492, 1299493, 1299494, 1299495, 1299496, 1299509, 1299510, 1299511, 1299521, 1299522, 1299523, 1299524, 1299525, 1299526, 1299527, 1299528, 1299529, 1299530, 1299531, 1299532, 1299533, 1299534, 1299535, 1299536, 1299537, 1299538, 1299539, 1299540, 1299541, 1299542, 1299543, 1299544, 1299545, 1299546, 1299547, 1299548, 1299549, 1299550, 1299551, 1299552, 1299553, 1299554, 1299555, 1299556, 1299557, 1299558, 1299559, 1299560, 1299561, 1299562, 1299563, 1299564, 1299565, 1299566, 1299567, 1299568, 1299575, 1299576, 1299577, 1299578, 1299579, 1299580, 1299581, 1299582, 1299583, 1299596, 1299597, 1299598, 1299608, 1299609, 1299610, 1299611, 1299612, 1299613, 1299614, 1299615, 1299616, 1299617, 1299618, 1299619, 1299620, 1299621, 1299622, 1299623, 1299624, 1299625, 1299626, 1299627, 1299628, 1299629, 1299630, 1299631, 1299632, 1299633, 1299634, 1299635, 1299636, 1299637, 1299638, 1299639, 1299640, 1299641, 1299642, 1299643, 1299644, 1299645, 1299646, 1299647, 1299648, 1299649, 1299650, 1299651, 1299652, 1299653, 1299654, 1299655, 1299662, 1299663, 1299664, 1299665, 1299666, 1299667, 1299668, 1299669, 1299670, 1299683, 1299684, 1299685, 1299695, 1299696, 1299697, 1299698, 1299699, 1299700, 1299701, 1299702, 1299703, 1299704, 1299705, 1299706, 1299707, 1299708, 1299709, 1299710, 1299711, 1299712, 1299713, 1299714, 1299715, 1299716, 1299717, 1299718, 1299719, 1299720, 1299721, 1299722, 1299723, 1299724, 1299725, 1299726, 1299727, 1299728, 1299729, 1299730, 1299731, 1299732, 1299733, 1299734, 1299735, 1299736, 1299737, 1299738, 1299739, 1299740, 1299741, 1299742, 1299749, 1299750, 1299751, 1299752, 1299753, 1299754, 1299755, 1299756, 1299757, 1299770, 1299771, 1299772, 1435842, 1435843, 1435844, 1435845, 1435846, 1435847, 1435848, 1435849, 1435850, 1435851, 1435852, 1435853, 1435854, 1435855, 1435856, 1435857, 1435858, 1435859, 1435860, 1435861, 1435862, 1435863, 1435864, 1435865, 1435866, 1435867, 1435868, 1435869, 1435870, 1435871, 1435872, 1435873, 1435874, 1435875, 1435876, 1435877, 1435878, 1435879, 1435880, 1435881, 1435882, 1435883, 1435884, 1435885, 1435886, 1435887, 1435888, 1435889, 1435890, 1435891, 1435892, 1435893, 1435894, 1435895, 1435896, 1435897, 1435898, 1435899, 1435900, 1435901, 1435902, 1435903, 1435904, 1435905, 1435906, 1435907, 1435908, 1435909, 1435910, 1435911, 1435912, 1435913, 1435914, 1435915, 1435916, 1435917, 1435918, 1435919, 1435920, 1435921, 1435922, 1435923, 1435924, 1435925, 1435926, 1435927, 1435928, 1435929, 1435930, 1435931, 1435932, 1435933, 1435934, 1435935, 1435936, 1435937, 1435938, 1435939, 1435940, 1435941, 1435942, 1435943, 1435944, 1435945, 1435946, 1435947, 1435948, 1435949, 1435950, 1435951, 1435952, 1435953, 1435954, 1435955, 1435956, 1435957, 1435958, 1435959, 1435960, 1435961, 1435962, 1435963, 1435964, 1435965, 1435966, 1435967, 1435968, 1435969, 1435970, 1435971, 1435972, 1435973, 1435974, 1435975, 1435976, 1435977, 1435978, 1435979, 1435980, 1435981, 1435982, 1435983, 1435984, 1435985, 1435986, 1435987, 1435988, 1435989, 1435990, 1435991, 1435992, 1435993, 1435994, 1435995, 1435996, 1435997, 1435998, 1435999, 1436000, 1436001, 1436002, 1436003, 1436004, 1436005, 1436006, 1436007, 1436008, 1436009, 1436010, 1436011, 1436012, 1436013, 1436014, 1436015, 1436016, 1436017, 1436018, 1436019, 1436020, 1436021, 1436022, 1436023, 1436024, 1436025, 1436026, 1436027, 1436028, 1436029, 1436030, 1436031, 1436032, 1436033, 1436034, 1436035, 1436036, 1436037, 1436038, 1436039, 1436040, 1436041, 1436042, 1436043, 1436044, 1436045, 1436046, 1436047, 1436048, 1436049, 1436050, 1436051, 1436052, 1436053, 1436054, 1436055, 1436056, 1436057, 1436058, 1436059, 1436060, 1436061, 1436062, 1436063, 1436064, 1436065, 1436066, 1436067, 1436068, 1436069, 1436070, 1436071, 1436072, 1436073, 1436074, 1436075, 1436076, 1436077, 1436078, 1436079, 1436080, 1436081, 1436082, 1436083, 1436084, 1436085, 1436086, 1436087, 1436088, 1436089, 1436090, 1436091, 1436092, 1436093, 1436094, 1436095, 1436096, 1436097, 1436098, 1436099, 1436100, 1436101, 1436102, 1436103, 1436104, 1436105, 1436106, 1436107, 1436108, 1436109, 1436110, 1436111, 1436112, 1436113, 1436114, 1436115, 1436116, 1436117, 1436118, 1436119, 1436120, 1436121, 1436122, 1436123, 1436124, 1436125, 1436126, 1436127, 1436128, 1436129, 1436130, 1436131, 1436132, 1436133, 1436134, 1436135, 1436136, 1436137, 1436138, 1436139, 1436140, 1436141, 1436142, 1436143, 1436144, 1436145, 1436146, 1436147, 1436148, 1436149, 1436150, 1436151, 1436152, 1436153, 1436154, 1436155, 1436156, 1436157, 1436158, 1436159, 1436160, 1436161, 1436162, 1436163, 1436164, 1436165, 1436166, 1436167, 1436168, 1436169, 1436170, 1436171, 1436172, 1436173, 1436174, 1436175, 1436176, 1436177, 1436178, 1436179, 1436180, 1436181, 1436182, 1436183, 1436184, 1436185, 1436186, 1436187, 1436188, 1436189, 1436190, 1436191, 1436192, 1436193, 1436194, 1436195, 1436196, 1436197, 1436198, 1436199, 1436200, 1436201, 1436202, 1436203, 1436204, 1436205, 1436206, 1436207, 1436208, 1436209, 1436210, 1436211, 1436212, 1436213, 1436214, 1436215, 1436216, 1436217, 1436218, 1436219, 1436220, 1436221, 1436222, 1436223, 1436224, 1436225, 1436226, 1436227, 1436228, 1436229, 1436230, 1436231, 1436232, 1436233, 1436234, 1436235, 1436236, 1436237, 1436238, 1436239, 1436240, 1436241, 1436242, 1436243, 1436244, 1436245, 1436246, 1436247, 1436248, 1436249, 1436250, 1436251, 1436252, 1436253, 1436254, 1436255, 1436256, 1436257, 1436258, 1436259, 1436260, 1436261, 1436262, 1436263, 1436264, 1436265, 1436266, 1436267, 1436268, 1436269, 1436270, 1436271, 1436272, 1436273, 1436274, 1436275, 1436276, 1436277, 1436278, 1436279, 1436280, 1436281, 1436282, 1436283, 1436284, 1436285, 1436286, 1436287, 1436288, 1436289, 1436290, 1436291, 1436292, 1436293, 1436294, 1436295, 1436296, 1436297, 1436298, 1436299, 1436300, 1436301, 1436302, 1436303, 1436304, 1436305, 1436306, 1436307, 1436308, 1436309, 1436310, 1436311, 1436312, 1436313, 1436314, 1436315, 1436316, 1436317, 1436318, 1436319, 1436320, 1436321, 1436322, 1436323, 1436324, 1436325, 1436326, 1436327, 1436328, 1436329, 1436330, 1436331, 1436332, 1436333, 1436334, 1436335, 1436336, 1436337, 1436338, 1436339, 1436340, 1436341, 1436342, 1436343, 1436344, 1436345, 1436346, 1436347, 1436348, 1436349, 1436350, 1436351, 1436352, 1436353, 1436354, 1436355, 1436356, 1436357, 1436358, 1436359, 1436360, 1436361, 1436362, 1436363, 1436364, 1436365, 1436366, 1436367, 1436368, 1436369, 1436370, 1436371, 1436372, 1436373, 1436374, 1436375, 1436376, 1436377, 1436378, 1436379, 1436380, 1436381, 1436382, 1436383, 1436384, 1436385, 1436386, 1436387, 1436388, 1436389, 1436390, 1436391, 1436392, 1436393, 1436394, 1436395, 1436396, 1436397, 1436398, 1436399, 1436400, 1436401, 1436402, 1436403, 1436404, 1436405, 1436406, 1436407, 1436408, 1436409, 1436410, 1436411, 1436412, 1436413, 1436414, 1436415, 1436416, 1436417, 1436418, 1436419, 1436420, 1436421, 1436422, 1436423, 1436424, 1436425, 1436426, 1436427, 1436428, 1436429, 1436430, 1436431, 1436432, 1436433, 1436434, 1436435, 1436436, 1436437, 1436438, 1436439, 1436440, 1436441, 1436442, 1436443, 1436444, 1436445, 1436446, 1436447, 1436448, 1436449, 1436450, 1436451, 1436452, 1436453, 1436454, 1436455, 1436456, 1436457, 1436458, 1436459, 1436460, 1436461, 1436462, 1436463, 1436464, 1436465, 1436466, 1436467, 1436468, 1436469, 1436470, 1436471, 1436472, 1436473, 1436474, 1436475, 1436476, 1436477, 1436478, 1436479, 1436480, 1436481, 1436482, 1436483, 1436484, 1436485, 1436486, 1436487, 1436488, 1436489, 1436490, 1436491, 1436492, 1436493, 1436494, 1436495, 1436496, 1436497, 1436498, 1436499, 1436500, 1436501, 1436502, 1436503, 1436504, 1436505, 1436506, 1436507, 1436508, 1436509, 1436510, 1436511, 1436512, 1436513, 1436514, 1436515, 1436516, 1436517, 1436518, 1436519, 1436520, 1436521, 1436522, 1436523, 1436524, 1436525, 1436526, 1436527, 1436528, 1436529, 1436530, 1436531, 1436532, 1436533, 1436534, 1436535, 1436536, 1436537, 1436538, 1436539, 1436540, 1436541, 1436542, 1436543, 1436544, 1436545, 1436546, 1436547, 1436548, 1436549, 1436550, 1436551, 1436552, 1436553, 1436554, 1436555, 1436556, 1436557, 1436558, 1436559, 1436560, 1436561, 1436562, 1436563, 1436564, 1436565, 1436566, 1436567, 1436568, 1436569, 1436570, 1436571, 1436572, 1436573, 1436574, 1436575, 1436576, 1436577, 1436578, 1436579, 1436580, 1436581, 1436582, 1436583, 1436584, 1436585, 1436586, 1436587, 1436588, 1436589, 1436590, 1436591, 1436592, 1436593, 1436594, 1436595, 1436596, 1436597, 1436598, 1436599, 1436600, 1436601, 1436602, 1436603, 1436604, 1436605, 1436606, 1436607, 1436608, 1436609, 1436610, 1436611, 1436612, 1436613, 1436614, 1436615, 1436616, 1436617, 1436618, 1436619, 1436620, 1436621, 1436622, 1436623, 1436624, 1436625, 1436626, 1436627, 1436628, 1436629, 1436630, 1436631, 1436632, 1436633, 1436634, 1436635, 1436636, 1436637, 1436638, 1436639, 1436640, 1436641, 1436642, 1436643, 1436644, 1436645, 1436646, 1436647, 1436648, 1436649, 1436650, 1436651, 1436652, 1436653, 1436654, 1436655, 1436656, 1436657, 1436658, 1436659, 1436660, 1436661, 1436662, 1436663, 1436664, 1436665, 1436666, 1436667, 1436668, 1436669, 1436670, 1436671, 1436672, 1436673, 1436674, 1436675, 1436676, 1436677, 1436678, 1436679, 1436680, 1436681, 1436682, 1436683, 1436684, 1436685, 1436686, 1436687, 1436688, 1436689, 1436690, 1436691, 1436692, 1436693, 1436694, 1436695, 1436696, 1436697, 1436698, 1436699, 1436700, 1436701, 1436702, 1436703, 1436704, 1436705, 1436706, 1436707, 1436708, 1436709, 1436710, 1436711, 1436712, 1436713, 1436714, 1436715, 1436716, 1436717, 1436718, 1436719, 1436720, 1436721, 1436722, 1436723, 1436724, 1436725, 1436726, 1436727, 1436728, 1436729, 1436730, 1436731, 1436732, 1436733, 1436734, 1436735, 1436736, 1436737, 1436738, 1436739, 1436740, 1436741, 1436742, 1436743, 1436744, 1436745, 1436746, 1436747, 1436748, 1436749, 1436750, 1436751, 1436752, 1436753, 1436754, 1436755, 1436756, 1436757, 1436758, 1436759, 1436760, 1436761, 1436762, 1436763, 1436764, 1436765, 1436766, 1436767, 1436768, 1436769, 1436770, 1436771, 1436772, 1436773, 1436774, 1436775, 1436776, 1436777, 1436778, 1436779, 1436780, 1436781, 1436782, 1436783, 1436784, 1436785, 1436786, 1436787, 1436788, 1436789, 1436790, 1436791, 1436792, 1436793, 1436794, 1436795, 1436796, 1436797, 1436798, 1436799, 1436800, 1436801, 1436802, 1436803, 1436804, 1436805, 1436806, 1436807, 1436808, 1436809, 1436810, 1436811, 1436812, 1436813, 1436814, 1436815, 1436816, 1436817, 1436818, 1436819, 1436820, 1436821, 1436822, 1436823, 1436824, 1436825, 1436826, 1436827, 1436828, 1436829, 1436830, 1436831, 1436832, 1436833, 1436834, 1436835, 1436836, 1436837, 1436838, 1436839, 1436840, 1436841, 1436842, 1436843, 1436844, 1436845, 1436846, 1436847, 1436848, 1436849, 1436850, 1436851, 1436852, 1436853, 1436854, 1436855, 1436856, 1436857, 1436858, 1436859, 1436860, 1436861, 1436862, 1436863, 1436864, 1436865, 1436866, 1436867, 1436868, 1436869, 1436870, 1436871, 1436872, 1436873, 1436874, 1436875, 1436876, 1436877, 1436878, 1436879, 1436880, 1436881, 1436882, 1436883, 1436884, 1436885, 1436886, 1436887, 1436888, 1436889, 1436890, 1436891, 1436892, 1436893, 1436894, 1436895, 1436896, 1436897, 1436898, 1436899, 1436900, 1436901, 1436902, 1436903, 1436904, 1436905, 1436906, 1436907, 1436908, 1436909, 1436910, 1436911, 1436912, 1436913, 1436914, 1436915, 1436916, 1436917, 1436918, 1436919, 1436920, 1436921, 1436922, 1436923, 1436924, 1436925, 1436926, 1436927, 1436928, 1436929, 1436930, 1436931, 1436932, 1436933, 1436934, 1436935, 1436936, 1436937, 1436938, 1436939, 1436940, 1436941, 1436942, 1436943, 1436944, 1436945, 1436946, 1436947, 1436948, 1436949, 1436950, 1436951, 1436952, 1436953, 1436954, 1436955, 1436956, 1436957, 1436958, 1436959, 1436960, 1436961, 1436962, 1436963, 1436964, 1436965, 1436966, 1436967, 1436968, 1436969, 1436970, 1436971, 1436972, 1436973, 1436974, 1436975, 1436976, 1436977, 1436978, 1436979, 1436980, 1436981, 1436982, 1436983, 1436984, 1436985, 1436986, 1436987, 1436988, 1436989, 1436990, 1436991, 1436992, 1436993, 1436994, 1436995, 1436996, 1436997, 1436998, 1436999, 1437000, 1437001, 1437002, 1437003, 1437004, 1437005, 1437006, 1437007, 1437008, 1437009, 1437010, 1437011, 1437012, 1437013, 1437014, 1437015, 1437016, 1437017, 1437018, 1437019, 1437020, 1437021, 1437022, 1437023, 1437024, 1437025, 1437026, 1437027, 1437028, 1437029, 1437030, 1437031, 1437032, 1437033, 1437034, 1437035, 1437036, 1437037, 1437038, 1437039, 1437040, 1437041, 1437042, 1437043, 1437044, 1437045, 1437046, 1437047, 1437048, 1437049, 1437050, 1437051, 1437052, 1437053, 1437054, 1437055, 1437056, 1437057, 1437058, 1437059, 1437060, 1437061, 1437062, 1437063, 1437064, 1437065, 1437066, 1437067, 1437068, 1437069, 1437070, 1437071, 1437072, 1437073, 1437074, 1437075, 1437076, 1437077, 1437078, 1437079, 1437080, 1437081, 1437082, 1437083, 1437084, 1437085, 1437086, 1437087, 1437088, 1437089, 1437090, 1437091, 1437092, 1437093, 1437094, 1437095, 1437096, 1437097, 1437098, 1437099, 1437100, 1437101, 1437102, 1437103, 1437104, 1437105, 1437106, 1437107, 1437108, 1437109, 1437110, 1437111, 1437112, 1437113, 1437114, 1437115, 1437116, 1437117, 1437118, 1437119, 1437120, 1437121, 1437122, 1437123, 1437124, 1437125, 1437126, 1437127, 1437128, 1437129, 1437130, 1437131, 1437132, 1437133, 1437134, 1437135, 1437136, 1437137, 1437138, 1437139, 1437140, 1437141, 1437142, 1437143, 1437144, 1437145, 1437146, 1437147, 1437148, 1437149, 1437150, 1437151, 1437152, 1437153, 1437154, 1437155, 1437156, 1437157, 1437158, 1437159, 1437160, 1437161, 1437162, 1437163, 1437164, 1437165, 1437166, 1437167, 1437168, 1437169, 1437170, 1437171, 1437172, 1437173, 1437174, 1437175, 1437176, 1437177, 1437178, 1437179, 1437180, 1437181, 1437182, 1437183, 1437184, 1437185, 1437186, 1437187, 1437188, 1437189, 1437190, 1437191, 1437192, 1437193, 1437194, 1437195, 1437196, 1437197, 1437198, 1437199, 1437200, 1437201, 1437202, 1437203, 1437204, 1437205, 1437206, 1437207, 1437208, 1437209, 1437210, 1437211, 1437212, 1437213, 1437214, 1437215, 1437216, 1437217, 1437218, 1437219, 1437220, 1437221, 1437222, 1437223, 1437224, 1437225, 1437226, 1437227, 1437228, 1437229, 1437230, 1437231, 1437232, 1437233, 1437234, 1437235, 1437236, 1437237, 1437238, 1437239, 1437240, 1437241, 1437242, 1437243, 1437244, 1437245, 1437246, 1437247, 1437248, 1437249, 1437250, 1437251, 1437252, 1437253, 1437254, 1437255, 1437256, 1437257, 1437258, 1437259, 1437260, 1437261, 1437262, 1437263, 1437264, 1437265, 1437266, 1437267, 1437268, 1437269, 1437270, 1437271, 1437272, 1437273, 1437274, 1437275, 1437276, 1437277, 1437278, 1437279, 1437280, 1437281, 1437282, 1437283, 1437284, 1437285, 1437286, 1437287, 1437288, 1437289, 1437290, 1437291, 1437292, 1437293, 1437294, 1437295, 1437296, 1437297, 1437298, 1437299, 1437300, 1437301, 1437302, 1437303, 1437304, 1437305, 1437306, 1437307, 1437308, 1437309, 1437310, 1437311, 1437312, 1437313, 1437314, 1437315, 1437316, 1437317, 1437318, 1437319, 1437320, 1437321, 1437322, 1437323, 1437324, 1437325, 1437326, 1437327, 1437328, 1437329, 1437330, 1437331, 1437332, 1437333, 1437334, 1437335, 1437336, 1437337, 1437338, 1437339, 1437340, 1437341, 1437342, 1437343, 1437344, 1437345, 1437346, 1437347, 1437348, 1437349, 1437350, 1437351, 1437352, 1437353, 1437354, 1437355, 1437356, 1437357, 1437358, 1437359, 1437360, 1437361, 1437362, 1437363, 1437364, 1437365, 1437366, 1437367, 1437368, 1437369, 1437370, 1437371, 1437372, 1437373, 1437374, 1437375, 1437376, 1437377, 1437378, 1437379, 1437380, 1437381, 1437382, 1437383, 1437384, 1437385, 1437386, 1437387, 1437388, 1437389, 1437390, 1437391, 1437392, 1437393, 1437394, 1437395, 1437396, 1437397, 1437398, 1437399, 1437400, 1437401, 1437402, 1437403, 1437404, 1437405, 1437406, 1437407, 1437408, 1437409, 1437410, 1437411, 1437412, 1437413, 1437414, 1437415, 1437416, 1437417, 1437418, 1437419, 1437420, 1437421, 1437422, 1437423, 1437424, 1437425, 1437426, 1437427, 1437428, 1437429, 1437430, 1437431, 1437432, 1437433, 1437434, 1437435, 1437436, 1437437, 1437438, 1437439, 1437440, 1437441, 1437442, 1437443, 1437444, 1437445, 1437446, 1437447, 1437448, 1437449, 1437450, 1437451, 1437452, 1437453, 1437454, 1437455, 1437456, 1437457, 1437458, 1437459, 1437460, 1437461, 1437462, 1437463, 1437464, 1437465, 1437466, 1437467, 1437468, 1437469, 1437470, 1437471, 1437472, 1437473, 1437474, 1437475, 1437476, 1437477, 1437478, 1437479, 1437480, 1437481, 1437482, 1437483, 1437484, 1437485, 1437486, 1437487, 1437488, 1437489, 1437490, 1437491, 1437492, 1437493, 1437494, 1437495, 1437496, 1437497, 1437498, 1437499, 1437500, 1437501, 1437502, 1437503, 1437504, 1437505, 1437506, 1437507, 1437508, 1437509, 1437510, 1437511, 1437512, 1437513, 1437514, 1437515, 1437516, 1437517, 1437518, 1437519, 1437520, 1437521, 1437522, 1437523, 1437524, 1437525, 1437526, 1437527, 1437528, 1437529, 1437530, 1437531, 1437532, 1437533, 1437534, 1437535, 1437536, 1437537, 1437538, 1437539, 1437540, 1437541, 1437542, 1437543, 1437544, 1437545, 1437546, 1437547, 1437548, 1437549, 1437550, 1437551, 1437552, 1437553, 1437554, 1437555, 1437556, 1437557, 1437558, 1437559, 1437560, 1437561, 1437562, 1437563, 1437564, 1437565, 1437566, 1437567, 1437568, 1437569, 1437570, 1437571, 1437572, 1437573, 1437574, 1437575, 1437576, 1437577, 1437578, 1437579, 1437580, 1437581, 1437582, 1437583, 1437584, 1437585, 1437586, 1437587, 1437588, 1437589, 1437590, 1437591, 1437592, 1437593, 1437594, 1437595, 1437596, 1437597, 1437598, 1437599, 1437600, 1437601, 1437602, 1437603, 1437604, 1297955) AND il.`id_lang` = 1 ORDER by i.`position` |
7.439
ms
|
0 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
7.140
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 30) |
7.083
ms
|
1764 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 354 |
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 56) |
6.542
ms
|
336 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1102798, 1102799, 1102800, 1102801, 1102802, 1102803, 1102805, 1102806, 1102807, 1102811, 1102812, 1102813, 1102814, 1102815, 1102816, 1102817, 1102818, 1102819, 1102821, 1102822, 1102823, 1102824, 1102828, 1102829, 1102830, 1102831, 1102832, 1102833, 1102834, 1102835, 1102836, 1102838, 1102839, 1102840, 1102841, 1102842, 1102843, 1102847, 1102848, 1102849, 1102850, 1102851, 1102852, 1102854, 1102855, 1102856, 1102860, 1102861, 1102862, 1102863, 1102864, 1102865, 1102866, 1102868, 1102869, 1102870, 1102871, 1102872, 1102876, 1102877, 1102878, 1102879, 1102880, 1102881, 1102882, 1102883, 1102884, 1102886, 1102887, 1102888, 1102891, 1102892, 1102893, 1102894, 1102895, 1102896, 1102898, 1102899, 1102900, 1102903, 1102904, 1102905, 1102906, 1102907, 1102908, 1102910, 1102911, 1102912, 1102913, 1102914, 1102915, 1102916, 1102920, 1102921, 1102922, 1102923, 1102924, 1102925, 1102926, 1102927, 1102928, 1102929, 1102931, 1102932, 1102933, 1102934, 1102937, 1102939, 1102940, 1102941, 1102942, 1102943, 1102944, 1102945, 1102946, 1102947, 1102948, 1102951, 1102952, 1102953, 1102954, 1102955, 1102959, 1102960, 1102961, 1102962, 1102963, 1102964, 1102965, 1102966, 1102967, 1102968, 1102969, 1102971, 1102972, 1102973, 1102977, 1102978, 1102979, 1102980, 1102981, 1102982, 1102983, 1102984, 1102985, 1102987, 1102988, 1102989, 1102990, 1102991, 1102992, 1102996, 1102997, 1102998, 1102999, 1103000, 1103001, 1103003, 1103004, 1103005, 1103006, 1103007, 1103011, 1103012, 1103013, 1103014, 1103015, 1103016, 1103018, 1103019, 1103020, 1103023, 1103024, 1103025, 1103026, 1103027, 1103028, 1103029, 1103030, 1103031, 1103032, 1103035, 1103036, 1103037, 1103038, 1103039, 1103040, 1103044, 1103045, 1103046, 1103047, 1103048, 1103049, 1103051, 1103052, 1103053, 1103054, 1103055, 1103056, 1103061, 1103062, 1103063, 1103064, 1103065, 1103066, 1103067, 1103068, 1103069, 1103070, 1103071, 1103072, 1103075, 1103076, 1103077, 1103078, 1103079, 1103080, 1103085, 1103086, 1103087, 1103088, 1103089, 1103090, 1103091, 1103092, 1103093, 1103094, 1103095, 1103097, 1103098, 1103099, 1103100, 1103101, 1103102, 1103103, 1103107, 1103108, 1103109, 1103110, 1103111, 1103112, 1103113, 1103114, 1103116, 1103117, 1103118, 1103121, 1103122, 1103123, 1103124, 1103125, 1103126, 1103127, 1103128, 1103129, 1103132, 1103133, 1103134, 1103135, 1103136, 1103137, 1103141, 1103142, 1103143, 1103144, 1103145, 1103146, 1103147, 1103148, 1103149, 1103150, 1103153, 1103154, 1103155, 1103156, 1103157, 1103163, 1103164, 1103165, 1103166, 1103167, 1103168, 1103169, 1103170, 1103171, 1103172, 1103173, 1103174, 1103175, 1103176, 1103177, 1103178, 1103182, 1103183, 1103184, 1103185, 1103186, 1103187, 1103188, 1103189, 1103190, 1103197, 1103198, 1103199, 1103200, 1103201, 1103202, 1103203, 1103204, 1103205, 1103206, 1103207, 1103208, 1103209, 1103210, 1103211, 1103212, 1103213, 1103214, 1103218, 1103219, 1103220, 1103221, 1103222, 1103223, 1103224, 1103225, 1103226, 1103232, 1103233, 1103234, 1103235, 1103236, 1103237, 1103238, 1103239, 1103240, 1103241, 1103242, 1103243, 1103247, 1103248, 1103249, 1103250, 1103251, 1103252, 1103253, 1103254, 1103255, 1103261, 1103262, 1103263, 1103264, 1103265, 1103266, 1103267, 1103268, 1103269, 1103270, 1103271, 1103272, 1103273, 1103274, 1103275, 1103276, 1103277, 1103278, 1103282, 1103283, 1103284, 1103285, 1103286, 1103287, 1103288, 1103289, 1103290, 1103296, 1103297, 1103298, 1103299, 1103300, 1103301, 1103302, 1103303, 1103304, 1103305, 1103306, 1103307, 1103308, 1103309, 1103310, 1103311, 1103312, 1103315, 1103316, 1103317, 1103318, 1103319, 1103320, 1103321, 1103328, 1103329, 1103330, 1103331, 1103332, 1103333, 1103334, 1103335, 1103336, 1103337, 1103338, 1103339, 1103340, 1103341, 1103342, 1103343, 1103344, 1103346, 1103348, 1103349, 1103350, 1103351, 1103352, 1103353, 1103354, 1103360, 1103362, 1103363, 1103364, 1103365, 1103366, 1103367, 1103368, 1103369, 1103370, 1103371, 1103372, 1103373, 1103377, 1103378, 1103379, 1103380, 1103381, 1103382, 1103383, 1103387, 1103388, 1103389, 1103390, 1103391, 1103392, 1103393, 1103394, 1103395, 1103397, 1103398, 1103399, 1103400, 1103401, 1103407, 1103408, 1103409, 1103410, 1103411, 1103412, 1103413, 1103414, 1103415, 1103416, 1103417, 1103418, 1103419, 1103420, 1103421, 1103422, 1103423, 1103425, 1103427, 1103428, 1103429, 1103430, 1103431, 1103432, 1103433, 1103434, 1103435, 1103442, 1103443, 1103444, 1103445, 1103446, 1103447, 1103448, 1103449, 1103450, 1103451, 1103452, 1103453, 1103454, 1103455, 1103456, 1103457, 1103458, 1103459, 1103463, 1103464, 1103465, 1103466, 1103467, 1103468, 1103474, 1103475, 1103476, 1103477, 1103478, 1103479, 1103480, 1103481, 1103482, 1103483, 1103484, 1103485, 1103486, 1103487, 1103488, 1103489, 1103490, 1103491, 1103495, 1103496, 1103497, 1103498, 1103499, 1103500, 1103501, 1103502, 1103503, 1103509, 1103510, 1103511, 1103512, 1103513, 1103514, 1103515, 1103516, 1103517, 1103518, 1103519, 1103520, 1103521, 1103522, 1103523, 1103524, 1103525, 1103526, 1103530, 1103531, 1103532, 1103533, 1103534, 1103535, 1103536, 1103537, 1103542, 1103543, 1103544, 1103545, 1103546, 1103547, 1103548, 1103549, 1103550, 1103551, 1103552, 1103553, 1103554, 1103555, 1103559, 1103560, 1103561, 1103562, 1103563, 1103564, 1103565, 1103566, 1103567, 1103574, 1103575, 1103576, 1103577, 1103578, 1103579, 1103580, 1103581, 1103582, 1103583, 1103584, 1103585, 1103586, 1103587, 1103590, 1103591, 1103592, 1103593, 1103594, 1103595, 1103596, 1103597, 1103598, 1103603, 1103604, 1103605, 1103606, 1103607, 1103608, 1103609, 1103610, 1103611, 1103612, 1103613, 1103614, 1103615, 1103616, 1103617, 1103620, 1103621, 1103622, 1103623, 1103624, 1103625, 1103626, 1103627, 1103628, 1103635, 1103636, 1103637, 1103638, 1103639, 1103640, 1103641, 1103642, 1103643, 1103644, 1103645, 1103646, 1103647, 1103648, 1103649, 1103650, 1103651, 1103652, 1103656, 1103657, 1103658, 1103659, 1103660, 1103661, 1103662, 1103663, 1103664, 1103671, 1103672, 1103673, 1103674, 1103675, 1103676, 1103677, 1103678, 1103679, 1103680, 1103681, 1103682, 1103683, 1103684, 1103685, 1103686, 1103687, 1103688, 1103692, 1103693, 1103694, 1103695, 1103696, 1103697, 1103698, 1103699, 1103700, 1103706, 1103707, 1103708, 1103709, 1103710, 1103711, 1103712, 1103713, 1103714, 1103715, 1103716, 1103717, 1103718, 1103719, 1103720, 1103721, 1103722, 1103723, 1103727, 1103728, 1103729, 1103730, 1103731, 1103732, 1103733, 1103734, 1103735, 1103741, 1103742, 1103743, 1103744, 1103745, 1103746, 1103747, 1103748, 1103749, 1103750, 1103751, 1103752, 1103753, 1103754, 1103755, 1103756, 1103757, 1103758, 1103762, 1103763, 1103764, 1103765, 1103766, 1103767, 1103768, 1103769, 1103770, 1103777, 1103778, 1103779, 1103780, 1103781, 1103782, 1103783, 1103784, 1103785, 1103786, 1103787, 1103788, 1103789, 1103790, 1103793, 1103794, 1103795, 1103796, 1103797, 1103798, 1103799, 1103800, 1103801, 1103806, 1103808, 1103809, 1103810, 1103811, 1103812, 1103813, 1103814, 1103815, 1103816, 1103817, 1103818, 1103821, 1103822, 1103823, 1103824, 1103825, 1103826, 1103829, 1103830, 1103831, 1103832, 1103833, 1103834, 1103835, 1103836, 1103837, 1103838, 1103839, 1103840, 1103841, 1103842, 1103846, 1103847, 1103848, 1103849, 1103850, 1103851, 1103857, 1103858, 1103859, 1103860, 1103861, 1103862, 1103863, 1103864, 1103865, 1103866, 1103867, 1103868, 1103870, 1103871, 1103872, 1103873, 1103874, 1103875, 1103876, 1103877, 1103878, 1103884, 1103885, 1103886, 1103887, 1103888, 1103889, 1103890, 1103891, 1103892, 1103893, 1103894, 1103895, 1103896, 1103900, 1103901, 1103902, 1103903, 1103904, 1103905, 1103906, 1103907, 1103908, 1103914, 1103915, 1103916, 1103917, 1103918, 1103919, 1103920, 1103921, 1103922, 1103923, 1103924, 1103925, 1103926, 1103927, 1103928, 1103929, 1103931, 1103932, 1103933, 1103934, 1103935, 1103936, 1103941, 1103942, 1103943, 1103944, 1103945, 1103946, 1103947, 1103948, 1103949, 1103950, 1103954, 1103955, 1103956, 1103957, 1103958, 1103959, 1103960, 1103961, 1103962, 1103968, 1103969, 1103970, 1103971, 1103972, 1103973, 1103974, 1103975, 1103976, 1103977, 1103978, 1103979, 1103980, 1103981, 1103982, 1103984, 1103985, 1103986, 1103987, 1103988, 1103993, 1103994, 1103995, 1103996, 1103997, 1103998, 1103999, 1104000, 1104001, 1104002, 1104003, 1104004, 1104005, 1104006, 1104010, 1104011, 1104012, 1104013, 1104014, 1104015, 1104016, 1104017, 1104022, 1104023, 1104024, 1104025, 1104026, 1104027, 1104028, 1104029, 1104030, 1104031, 1104032, 1104033, 1104034, 1104035, 1104036, 1104037, 1104038, 1104040, 1104042, 1104043, 1104044, 1104048, 1104049, 1104050, 1104051, 1104052, 1104053, 1104054, 1104055, 1104056, 1104057, 1104058, 1104059, 1104062, 1104063, 1104064, 1104065, 1104066, 1104067, 1104072, 1104073, 1104074, 1104075, 1104076, 1104077, 1104078, 1104079, 1104080, 1104081, 1104082, 1104083, 1104086, 1104087, 1104088, 1104089, 1104092, 1104093, 1104094, 1104095, 1104096, 1104097, 1104099, 1104100, 1104101, 1104106, 1104107, 1104108, 1104109, 1104110, 1104111, 1104112, 1104113, 1104114, 1104115, 1104116, 1104117, 1104118, 1104119, 1104122, 1104123, 1104124, 1104125, 1104126, 1104129, 1104130, 1104131, 1104132, 1104133, 1104134, 1104135, 1104136, 1104137, 1104138, 1104139, 1104140, 1104143, 1104144, 1104145, 1104146, 1104147, 1104148, 1104153, 1104154, 1104155, 1104156, 1104157, 1104158, 1104159, 1104160, 1104161, 1104162, 1104163, 1104164, 1104167, 1104168, 1104169, 1104170, 1104171, 1104172, 1104177, 1104178, 1104179, 1104180, 1104181, 1104182, 1104183, 1104184, 1104185, 1104186, 1104187, 1104188, 1104191, 1104192, 1104193, 1104194, 1104195, 1104196, 1104200, 1104201, 1104202, 1104203, 1104204, 1104205, 1104206, 1104207, 1104208, 1104209, 1104210, 1104211, 1104214, 1104215, 1104216, 1104217, 1104218, 1104219, 1104224, 1104226, 1104227, 1104228, 1104229, 1104230, 1104231, 1104232, 1104233, 1104234, 1104235, 1104236, 1104237, 1104238, 1104239, 1104243, 1104244, 1104245, 1104246, 1104247, 1104248, 1104254, 1104255, 1104256, 1104257, 1104258, 1104259, 1104260, 1104261, 1104262, 1104263, 1104264, 1104265, 1104266, 1104267, 1104268, 1104271, 1104272, 1104273, 1104274, 1104275, 1104276, 1104281, 1104282, 1104283, 1104284, 1104285, 1104286, 1104287, 1104288, 1104289, 1104290, 1104291, 1104294, 1104295, 1104296, 1104297, 1104298, 1104299, 1104300, 1104301, 1104302, 1104307, 1104308, 1104309, 1104310, 1104311, 1104312, 1104313, 1104314, 1104315, 1104316, 1104317, 1104318, 1104319, 1104323, 1104324, 1104325, 1104326, 1104327, 1104328, 1104329, 1104330, 1104331, 1104337, 1104338, 1104339, 1104340, 1104341, 1104342, 1104343, 1104344, 1104345, 1104346, 1104347, 1104349, 1104350, 1104351, 1104352, 1104358, 1104359, 1104360, 1104361, 1104362, 1104363, 1104364, 1104365, 1104366, 1104367, 1104368, 1104369, 1104370, 1104371, 1104372, 1104373, 1104374, 1104375, 1104379, 1104380, 1104381, 1104382, 1104383, 1104384, 1104385, 1104386, 1104387, 1104393, 1104394, 1104395, 1104396, 1104397, 1104398, 1104399, 1104400, 1104401, 1104402, 1104403, 1104404, 1104407, 1104408, 1104409, 1104410, 1104411, 1104417, 1104418, 1104419, 1104420, 1104421, 1104422, 1104423, 1104424, 1104425, 1104426, 1104427, 1104428, 1104429, 1104430, 1104431, 1104432, 1104433, 1104434, 1104438, 1104439, 1104440, 1104441, 1104442, 1104443, 1104444, 1104445, 1104446, 1104451, 1104453, 1104454, 1104455, 1104456, 1104457, 1104458, 1104459, 1104460, 1104461, 1104464, 1104465, 1104466, 1104467, 1104468, 1104469, 1104472, 1104473, 1104474, 1104475, 1104476, 1104477, 1104478, 1104480, 1104481, 1104482, 1104483, 1104484, 1104489, 1104490, 1104491, 1104492, 1104493, 1104494, 1104495, 1104496, 1104497, 1104498, 1104499, 1104500, 1104501, 1104502, 1104503, 1104504, 1104505, 1104506, 1104510, 1104511, 1104512, 1104513, 1104514, 1104515, 1104516, 1104517, 1104518, 1104523, 1104524, 1104525, 1104526, 1104527, 1104528, 1104530, 1104531, 1104532, 1104533, 1104534, 1104535, 1104540, 1104541, 1104542, 1104543, 1104544, 1104545, 1104546, 1104547, 1104548, 1104549, 1104550, 1104551, 1104552, 1104553, 1104554, 1104555, 1104556, 1104557, 1104561, 1104562, 1104563, 1104564, 1104565, 1104566, 1104569, 1104570, 1104571, 1104572, 1104573, 1104574, 1104575, 1104576, 1104577, 1104578, 1104579, 1104580, 1104581, 1104582, 1104583, 1104584, 1104588, 1104589, 1104590, 1104591, 1104592, 1104593, 1104594, 1104595, 1104596, 1104603, 1104604, 1104605, 1104606, 1104607, 1104608, 1104609, 1104610, 1104611, 1104612, 1104613, 1104614, 1104615, 1104616, 1104619, 1104620, 1104621, 1104622, 1104623, 1104624, 1104625, 1104631, 1104632, 1104633, 1104634, 1104635, 1104636, 1104637, 1104638, 1104639, 1104640, 1104641, 1104642, 1104643, 1104644, 1104645, 1104647, 1104649, 1104650, 1104651, 1104652, 1104653, 1104658, 1104659, 1104660, 1104661, 1104662, 1104663, 1104664, 1104665, 1104666, 1104667, 1104668, 1104669, 1104670, 1104671, 1104672, 1104676, 1104677, 1104678, 1104679, 1104680, 1104681, 1104682, 1104686, 1104688, 1104689, 1104690, 1104691, 1104692, 1104693, 1104694, 1104695, 1104696, 1104697, 1104698, 1104699, 1104703, 1104704, 1104705, 1104706, 1104707, 1104708, 1104709, 1104710, 1104711, 1104715, 1104716, 1104717, 1104718, 1104719, 1104720, 1104721, 1104722, 1104723, 1104724, 1104725, 1104726, 1104727, 1104731, 1104732, 1104733, 1104734, 1104735, 1104736, 1104737, 1104738, 1104739, 1104745, 1104746, 1104747, 1104748, 1104749, 1104750, 1104751, 1104752, 1104753, 1104754, 1104755, 1104756, 1104757, 1104758, 1104759, 1104760, 1104762, 1104764, 1104765, 1104766, 1104767, 1104768, 1104769, 1104770, 1104776, 1104777, 1104778, 1104779, 1104780, 1104781, 1104782, 1104783, 1104784, 1104785, 1104786, 1104787, 1104788, 1104789, 1104790, 1104791, 1104792, 1104793, 1104797, 1104798, 1104799, 1104800, 1104801, 1104802, 1104803, 1104804, 1104805, 1104812, 1104813, 1104814, 1104815, 1104816, 1104817, 1104818, 1104819, 1104820, 1104821, 1104822, 1104823, 1104824, 1104827, 1104828, 1104829, 1104830, 1104831, 1104832, 1104835, 1104836, 1104837, 1104838, 1104839, 1104840, 1104842, 1104843, 1104844, 1104849, 1104850, 1104851, 1104852, 1104853, 1104854, 1104855, 1104856, 1104857, 1104858, 1104859, 1104860, 1104861, 1104862, 1104863, 1104864, 1104865, 1104866, 1104870, 1104871, 1104872, 1104873, 1104874, 1104875, 1104876, 1104877, 1104878, 1104884, 1104885, 1104886, 1104887, 1104888, 1104889, 1104890, 1104891, 1104892, 1104893, 1104894, 1104895, 1104896, 1104898, 1104900, 1104901, 1104902, 1104903, 1104904, 1104905, 1104906, 1104907, 1104908, 1104912, 1104913, 1104914, 1104915, 1104916, 1104917, 1104918, 1104919, 1104920, 1104921, 1104922, 1104923, 1104924, 1104925, 1104926, 1104927, 1104928, 1104932, 1104933, 1104934, 1104935, 1104936, 1104937, 1104938, 1104939, 1104940, 1104945, 1104946, 1104947, 1104948, 1104949, 1104950, 1104951, 1104952, 1104953, 1104954, 1104956, 1104957, 1104958, 1104959, 1104962, 1104963, 1104964, 1104965, 1104966, 1104967, 1104968, 1104969, 1104970, 1104971, 1104972, 1104974, 1104975, 1104976, 1104977, 1104978, 1104982, 1104983, 1104984, 1104985, 1104986, 1104987, 1104988, 1104989, 1104990, 1104991, 1104992, 1104993, 1104994, 1104995, 1104996, 1104997, 1104998, 1104999, 1105003, 1105004, 1105005, 1105006, 1105007, 1105008, 1105009, 1105013, 1105014, 1105015, 1105016, 1105017, 1105018, 1105019, 1105020, 1105021, 1105022, 1105023, 1105024, 1105027, 1105028, 1105029, 1105030, 1105031, 1105032, 1105036, 1105037, 1105038, 1105039, 1105040, 1105041, 1105042, 1105043, 1105046, 1105047, 1105048, 1105053, 1105054, 1105055, 1105056, 1105057, 1105058, 1105059, 1105060, 1105061, 1105062, 1105063, 1105064, 1105067, 1105068, 1105069, 1105070, 1105071, 1105072, 1105077, 1105078, 1105079, 1105080, 1105081, 1105082, 1105083, 1105084, 1105085, 1105086, 1105087, 1105088, 1105091, 1105092, 1105093, 1105094, 1105095, 1105096, 1105101, 1105102, 1105103, 1105104, 1105105, 1105106, 1105107, 1105108, 1105109, 1105110, 1105111, 1105113, 1105114, 1105115, 1105116, 1105119, 1105120, 1105121, 1105122, 1105123, 1105124, 1105126, 1105127, 1105128, 1105133, 1105134, 1105135, 1105136, 1105137, 1105138, 1105139, 1105140, 1105141, 1105142, 1105143, 1105144, 1105145, 1105146, 1105147, 1105148, 1105151, 1105152, 1105153, 1105154, 1105155, 1105156, 1105160, 1105161, 1105162, 1105163, 1105164, 1105165, 1105166, 1105167, 1105168, 1105169, 1105172, 1105173, 1105174, 1105175, 1105176, 1105177, 1105178, 1105179, 1105185, 1105187, 1105188, 1105189, 1105190, 1105191, 1105192, 1105193, 1105194, 1105195, 1105196, 1105197, 1105198, 1105199, 1105200, 1105201, 1105202, 1105206, 1105207, 1105208, 1105209, 1105210, 1105211, 1105212, 1105213, 1105214, 1105220, 1105221, 1105222, 1105223, 1105224, 1105225, 1105226, 1105227, 1105228, 1105229, 1105230, 1105231, 1105232, 1105233, 1105237, 1105238, 1105239, 1105240, 1105241, 1105242, 1105243, 1105244, 1105245, 1105252, 1105253, 1105254, 1105255, 1105256, 1105257, 1105258, 1105259, 1105260, 1105261, 1105262, 1105263, 1105264, 1105265, 1105266, 1105267, 1105268, 1105269, 1105273, 1105274, 1105275, 1105276, 1105277, 1105278, 1105279, 1105280, 1105281, 1105287, 1105289, 1105290, 1105291, 1105292, 1105293, 1105294, 1105295, 1105296, 1105297, 1105298, 1105299, 1105300, 1105301, 1105302, 1105303, 1105304, 1105308, 1105309, 1105310, 1105311, 1105312, 1105313, 1105314, 1105315, 1105316, 1105322, 1105323, 1105324, 1105325, 1105326, 1105327, 1105328, 1105329, 1105330, 1105331, 1105332, 1105333, 1105334, 1105335, 1105336, 1105337, 1105338, 1105339, 1105343, 1105344, 1105345, 1105346, 1105347, 1105348, 1105349, 1105350, 1105351, 1105358, 1105359, 1105360, 1105361, 1105362, 1105363, 1105364, 1105365, 1105366, 1105367, 1105368, 1105369, 1105370, 1105371, 1105372, 1105373, 1105374, 1105377, 1105378, 1105379, 1105380, 1105381, 1105382, 1105388, 1105389, 1105390, 1105391, 1105392, 1105393, 1105394, 1105395, 1105396, 1105397, 1105398, 1105399, 1105400, 1105401, 1105402, 1105403, 1105407, 1105408, 1105409, 1105410, 1105411, 1105412, 1105413, 1105414, 1105415, 1105422, 1105423, 1105424, 1105425, 1105426, 1105427, 1105428, 1105429, 1105430, 1105431, 1105432, 1105433, 1105434, 1105435, 1105436, 1105437, 1105438, 1105439, 1105443, 1105444, 1105445, 1105446, 1105447, 1105448, 1105449, 1105450, 1105451, 1105456, 1105457, 1105458, 1105459, 1105460, 1105461, 1105462, 1105463, 1105464, 1105465, 1105466, 1105467, 1105468, 1105469, 1105471, 1105472, 1105475, 1105476, 1105477, 1105478, 1105479, 1105480, 1105487, 1105488, 1105489, 1105490, 1105491, 1105492, 1105493, 1105494, 1105495, 1105496, 1105497, 1105498, 1105499, 1105500, 1105501, 1105502, 1105503, 1105504, 1105508, 1105509, 1105510, 1105511, 1105512, 1105513, 1105514, 1105515, 1105516, 1105522, 1105523, 1105524, 1105525, 1105526, 1105527, 1105528, 1105529, 1105530, 1105531, 1105532, 1105533, 1105534, 1105535, 1105536, 1105537, 1105541, 1105542, 1105543, 1105544, 1105545, 1105546, 1105547, 1105552, 1105553, 1105554, 1105555, 1105556, 1105557, 1105558, 1105559, 1105560, 1105561, 1105562, 1105563, 1105564, 1105565, 1105566, 1105567, 1105570, 1105571, 1105572, 1105573, 1105574, 1105575, 1105576, 1105577, 1105578, 1105584, 1105585, 1105586, 1105587, 1105588, 1105589, 1105590, 1105591, 1105592, 1105593, 1105594, 1105595, 1105596, 1105597, 1105598, 1105600, 1105602, 1105603, 1105604, 1105605, 1105606, 1105612, 1105613, 1105614, 1105615, 1105616, 1105617, 1105618, 1105619, 1105620, 1105621, 1105622, 1105623, 1105624, 1105625, 1105626, 1105627, 1105631, 1105632, 1105633, 1105634, 1105635, 1105636, 1105637, 1105638, 1105643, 1105644, 1105645, 1105646, 1105647, 1105648, 1105649, 1105650, 1105651, 1105652, 1105653, 1105654, 1105655, 1105656, 1105657, 1105658, 1105661, 1105662, 1105663, 1105664, 1105665, 1105666, 1105667, 1105668, 1105669, 1105675, 1105676, 1105677, 1105678, 1105679, 1105680, 1105681, 1105682, 1105683, 1105684, 1105685, 1105686, 1105687, 1105688, 1105689, 1105690, 1105692, 1105694, 1105695, 1105696, 1105697, 1105698, 1105699, 1105700, 1105705, 1105706, 1105707, 1105708, 1105709, 1105710, 1105711, 1105712, 1105713, 1105714, 1105715, 1105716, 1105717, 1105718, 1105719, 1105721, 1105723, 1105724, 1105725, 1105726, 1105727, 1105728, 1105729, 1105730, 1105736, 1105737, 1105738, 1105739, 1105740, 1105741, 1105742, 1105743, 1105744, 1105745, 1105746, 1105747, 1105748, 1105749, 1105750, 1105752, 1105754, 1105755, 1105756, 1105757, 1105758, 1105759, 1105760, 1105766, 1105767, 1105768, 1105769, 1105770, 1105771, 1105772, 1105773, 1105774, 1105775, 1105776, 1105777, 1105778, 1105779, 1105780, 1105781, 1105782, 1105783, 1105787, 1105788, 1105789, 1105790, 1105791, 1105792, 1105793, 1105794, 1105795, 1105801, 1105802, 1105803, 1105804, 1105805, 1105806, 1105807, 1105808, 1105809, 1105810, 1105811, 1105812, 1105813, 1105814, 1105815, 1105818, 1105819, 1105820, 1105821, 1105822, 1105823, 1105824, 1105829, 1105830, 1105831, 1105832, 1105833, 1105834, 1105835, 1105836, 1105837, 1105838, 1105839, 1105840, 1105841, 1105842, 1105844, 1105847, 1105848, 1105849, 1105850, 1105851, 1105852, 1105853, 1105859, 1105860, 1105861, 1105862, 1105863, 1105864, 1105865, 1105866, 1105867, 1105868, 1105869, 1105870, 1105871, 1105872, 1105873, 1105874, 1105877, 1105878, 1105879, 1105880, 1105881, 1105882, 1105883, 1105884, 1105890, 1105892, 1105893, 1105894, 1105895, 1105896, 1105897, 1105898, 1105899, 1105900, 1105901, 1105902, 1105903, 1105904, 1105908, 1105909, 1105910, 1105911, 1105912, 1105913, 1105914, 1105915, 1105920, 1105921, 1105922, 1105923, 1105924, 1105925, 1105926, 1105927, 1105928, 1105929, 1105930, 1105931, 1105932, 1105933, 1105934, 1105935, 1105936, 1105937, 1105941, 1105942, 1105943, 1105944, 1105945, 1105946, 1105947, 1105948, 1105955, 1105956, 1105957, 1105958, 1105959, 1105960, 1105961, 1105962, 1105963, 1105964, 1105965, 1105966, 1105967, 1105968, 1105969, 1105970, 1105971, 1105972, 1105976, 1105977, 1105978, 1105979, 1105980, 1105981, 1105982, 1105988, 1105989, 1105990, 1105991, 1105992, 1105993, 1105994, 1105995, 1105996, 1105997, 1105998, 1105999, 1106000, 1106001, 1106002, 1106003, 1106005, 1106007, 1106008, 1106009, 1106010, 1106011, 1106012, 1106013, 1106014, 1106019, 1106021, 1106022, 1106023, 1106024, 1106025, 1106026, 1106027, 1106028, 1106029, 1106030, 1106031, 1106032, 1106033, 1106037, 1106038, 1106039, 1106040, 1106041, 1106042, 1106043, 1106044, 1106049, 1106050, 1106051, 1106052, 1106053, 1106054, 1106055, 1106056, 1106057, 1106058, 1106059, 1106060, 1106061, 1106062, 1106063, 1106064, 1106065, 1106069, 1106070, 1106071, 1106072, 1106073, 1106074, 1106075, 1106080, 1106081, 1106082, 1106083, 1106084, 1106085, 1106086, 1106087, 1106088, 1106089, 1106090, 1106091, 1106092, 1106094, 1106096, 1106097, 1106098, 1106099, 1106100, 1106101, 1106102, 1106103, 1106109, 1106110, 1106111, 1106112, 1106113, 1106114, 1106115, 1106116, 1106117, 1106118, 1106119, 1106120, 1106123, 1106124, 1106125, 1106126, 1106127, 1106131, 1106132, 1106133, 1106134, 1106135, 1106136, 1106137, 1106138, 1106139, 1106140, 1106141, 1106142, 1106143, 1106144, 1106145, 1106147, 1106149, 1106150, 1106151, 1106152, 1106153, 1106154, 1106155, 1106160, 1106161, 1106162, 1106163, 1106164, 1106165, 1106166, 1106167, 1106168, 1106169, 1106170, 1106171, 1106174, 1106175, 1106176, 1106177, 1106178, 1106182, 1106183, 1106184, 1106185, 1106186, 1106187, 1106188, 1106189, 1106190, 1106191, 1106192, 1106193, 1106194, 1106195, 1106196, 1106197, 1106201, 1106202, 1106203, 1106204, 1106205, 1106206, 1106207, 1106208, 1106215, 1106216, 1106217, 1106218, 1106219, 1106220, 1106221, 1106222, 1106223, 1106224, 1106225, 1106226, 1106227, 1106228, 1106229, 1106230, 1106231, 1106235, 1106236, 1106237, 1106238, 1106239, 1106240, 1106241, 1106242, 1106243, 1106250, 1106251, 1106252, 1106253, 1106254, 1106255, 1106256, 1106257, 1106258, 1106259, 1106260, 1106261, 1106264, 1106265, 1106266, 1106267, 1106268, 1106269, 1106270, 1106271, 1106277, 1106278, 1106279, 1106280, 1106281, 1106282, 1106283, 1106284, 1106285, 1106286, 1106287, 1106288, 1106289, 1106290, 1106291, 1106293, 1106295, 1106296, 1106297, 1106298, 1106299, 1106300, 1106301, 1106302, 1106307, 1106308, 1106309, 1106310, 1106311, 1106312, 1106313, 1106314, 1106315, 1106316, 1106317, 1106318, 1106319, 1106320, 1106321, 1106322, 1106326, 1106327, 1106328, 1106329, 1106330, 1106331, 1106332, 1106333, 1106338, 1106340, 1106341, 1106342, 1106343, 1106344, 1106345, 1106346, 1106347, 1106348, 1106351, 1106352, 1106353, 1106354, 1106355, 1106358, 1106359, 1106360, 1106361, 1106362, 1106363, 1106364, 1106365, 1106366, 1106367, 1106368, 1106371, 1106372, 1106373, 1106374, 1106375, 1106376, 1106380, 1106381, 1106382, 1106383, 1106384, 1106385, 1106386, 1106387, 1106388, 1106389, 1106391, 1106392, 1106393, 1106394, 1106395, 1106396, 1106400, 1106401, 1106402, 1106403, 1106404, 1106405, 1106406, 1106407, 1106408, 1106410, 1106411, 1106412, 1106413, 1106414, 1106415, 1106419, 1106420, 1106421, 1106422, 1106423, 1106424, 1106425, 1106426, 1106427, 1106428, 1106430, 1106431, 1106432, 1106433, 1106434, 1106437, 1106438, 1106439, 1106440, 1106441, 1106442, 1106443, 1106444, 1106445, 1106446, 1106448, 1106449, 1106450, 1106451, 1106452, 1106453, 1106454, 1106458, 1106460, 1106461, 1106462, 1106463, 1106464, 1106465, 1106466, 1106467, 1106470, 1106471, 1106472, 1106473, 1106474, 1106478, 1106480, 1106481, 1106482, 1106483, 1106484, 1106485, 1106486, 1106487, 1106489, 1106490, 1106491, 1106492, 1106493, 1106494, 1106497, 1106498, 1106499, 1106500, 1106501, 1106502, 1106505, 1106506, 1106507, 1106508, 1106509, 1106510, 1106511, 1106512, 1106513, 1106514, 1106515, 1106518, 1106519, 1106520, 1106532, 1106533, 1106534, 1106535, 1106536, 1106537, 1106540, 1106541, 1106542, 1106543, 1106544, 1106545, 1106546, 1106547, 1106548, 1106549, 1106550, 1106553, 1106554, 1106555, 1106567, 1106568, 1106569, 1106570, 1106571, 1106572, 1106575, 1106576, 1106577, 1106578, 1106579, 1106580, 1106581, 1106582, 1106583, 1106584, 1106585, 1106588, 1106589, 1106590, 1106602, 1106603, 1106604, 1106605, 1106606, 1106607, 1106610, 1106611, 1106612, 1106613, 1106614, 1106615, 1106616, 1106617, 1106618, 1106619, 1106620, 1106623, 1106624, 1106625, 1106637, 1106638, 1106639, 1106640, 1106641, 1106642, 1106645, 1106646, 1106647, 1106648, 1106649, 1106650, 1106651, 1106652, 1106653, 1106654, 1106655, 1106658, 1106659, 1106660, 1106672, 1106673, 1106674, 1106675, 1106676, 1106677, 1106680, 1106681, 1106682, 1106683, 1106684, 1106685, 1106686, 1106687, 1106688, 1106689, 1106690, 1106693, 1106694, 1106695, 1106707, 1106708, 1106709, 1106710, 1106711, 1106712, 1106715, 1106716, 1106717, 1106718, 1106719, 1106720, 1106721, 1106722, 1106723, 1106724, 1106725, 1106728, 1106729, 1106730, 1106742, 1106743, 1106744, 1106745, 1106746, 1106747, 1106750, 1106751, 1106752, 1106753, 1106754, 1106755, 1106756, 1106757, 1106758, 1106759, 1106760, 1106763, 1106764, 1106765, 1106777, 1106778, 1106779, 1106780, 1106781, 1106782, 1106785, 1106786, 1106787, 1106788, 1106789, 1106790, 1106791, 1106792, 1106793, 1106794, 1106795, 1106798, 1106799, 1106800, 1106812, 1106813, 1106814, 1106815, 1106816, 1106817, 1106820, 1106821, 1106822, 1106823, 1106824, 1106825, 1106826, 1106827, 1106828, 1106829, 1106830, 1106833, 1106834, 1106835, 1106847, 1106848, 1106849, 1106850, 1106851, 1106852, 1106855, 1106856, 1106857, 1106858, 1106859, 1106860, 1106861, 1106862, 1106863, 1106864, 1106865, 1106868, 1106869, 1106870, 1106882, 1106883, 1106884, 1106885, 1106886, 1106887, 1106890, 1106891, 1106892, 1106893, 1106894, 1106895, 1106896, 1106897, 1106898, 1106899, 1106900, 1106903, 1106904, 1106905, 1106917, 1106918, 1106919, 1106920, 1106921, 1106922, 1106925, 1106926, 1106927, 1106928, 1106929, 1106930, 1106931, 1106932, 1106933, 1106934, 1106935, 1106938, 1106939, 1106940, 1106952, 1106953, 1106954, 1106955, 1106956, 1106957, 1106960, 1106961, 1106962, 1106963, 1106964, 1106965, 1106966, 1106967, 1106968, 1106969, 1106970, 1106973, 1106974, 1106975, 1106987, 1106988, 1106989, 1106990, 1106991, 1106992, 1106995, 1106996, 1106997, 1106998, 1106999, 1107000, 1107001, 1107002, 1107003, 1107004, 1107005, 1107008, 1107009, 1107010, 1107022, 1107023, 1107024, 1107025, 1107026, 1107027, 1107030, 1107031, 1107032, 1107033, 1107034, 1107035, 1107036, 1107037, 1107038, 1107039, 1107040, 1107043, 1107044, 1107045, 1107057, 1107058, 1107059, 1107060, 1107061, 1107062, 1107065, 1107066, 1107067, 1107068, 1107069, 1107070, 1107071, 1107072, 1107073, 1107074, 1107075, 1107078, 1107079, 1107080, 1107092, 1107093, 1107094, 1107095, 1107096, 1107097, 1107100, 1107101, 1107102, 1107103, 1107104, 1107105, 1107106, 1107107, 1107108, 1107109, 1107110, 1107113, 1107114, 1107115, 1107127, 1107128, 1107129, 1107130, 1107131, 1107132, 1107135, 1107136, 1107137, 1107138, 1107139, 1107140, 1107141, 1107142, 1107143, 1107144, 1107145, 1107148, 1107149, 1107150, 1107162, 1107163, 1107164, 1107165, 1107166, 1107167, 1107170, 1107171, 1107172, 1107173, 1107174, 1107175, 1107176, 1107177, 1107178, 1107179, 1107180, 1107183, 1107184, 1107185, 1107197, 1107198, 1107199, 1107200, 1107201, 1107202, 1107205, 1107206, 1107207, 1107208, 1107209, 1107210, 1107211, 1107212, 1107213, 1107214, 1107215, 1107218, 1107219, 1107220, 1107232, 1107233, 1107234, 1107235, 1107236, 1107237, 1107240, 1107241, 1107242, 1107243, 1107244, 1107245, 1107246, 1107247, 1107248, 1107249, 1107250, 1107253, 1107254, 1107255, 1107267, 1107268, 1107269, 1107270, 1107271, 1107272, 1107275, 1107276, 1107277, 1107278, 1107279, 1107280, 1107281, 1107282, 1107283, 1107284, 1107285, 1107288, 1107289, 1107290, 1107302, 1107303, 1107304, 1107305, 1107306, 1107307, 1107310, 1107311, 1107312, 1107313, 1107314, 1107315, 1107316, 1107317, 1107318, 1107319, 1107320, 1107323, 1107324, 1107325, 1107337, 1107338, 1107339, 1107340, 1107341, 1107342, 1107345, 1107346, 1107347, 1107348, 1107349, 1107350, 1107351, 1107352, 1107353, 1107354, 1107355, 1107358, 1107359, 1107360, 1107372, 1107373, 1107374, 1107375, 1107376, 1107377, 1107380, 1107381, 1107382, 1107383, 1107384, 1107385, 1107386, 1107387, 1107388, 1107389, 1107390, 1107393, 1107394, 1107395, 1107407, 1107408, 1107409, 1107410, 1107411, 1107412, 1107415, 1107416, 1107417, 1107418, 1107419, 1107420, 1107421, 1107422, 1107423, 1107424, 1107425, 1107428, 1107429, 1107430, 1107442, 1107443, 1107444, 1107445, 1107446, 1107447, 1107450, 1107451, 1107452, 1107453, 1107454, 1107455, 1107456, 1107457, 1107458, 1107459, 1107460, 1107463, 1107464, 1107465, 1107477, 1107478, 1107479, 1107480, 1107481, 1107482, 1107485, 1107486, 1107487, 1107488, 1107489, 1107490, 1107491, 1107492, 1107493, 1107494, 1107495, 1107498, 1107499, 1107500, 1107512, 1107513, 1107514, 1107515, 1107516, 1107517, 1107520, 1107521, 1107522, 1107523, 1107524, 1107525, 1107526, 1107527, 1107528, 1107529, 1107530, 1107533, 1107534, 1107535, 1107547, 1107548, 1107549, 1107550, 1107551, 1107552, 1107555, 1107556, 1107557, 1107558, 1107559, 1107560, 1107561, 1107562, 1107563, 1107564, 1107565, 1107568, 1107569, 1107570, 1107582, 1107583, 1107584, 1107585, 1107586, 1107587, 1107590, 1107591, 1107592, 1107593, 1107594, 1107595, 1107596, 1107597, 1107598, 1107599, 1107600, 1107603, 1107604, 1107605, 1107617, 1107618, 1107619, 1107620, 1107621, 1107622, 1107625, 1107626, 1107627, 1107628, 1107629, 1107630, 1107631, 1107632, 1107633, 1107634, 1107635, 1107638, 1107639, 1107640, 1107652, 1107653, 1107654, 1107655, 1107656, 1107657, 1107660, 1107661, 1107662, 1107663, 1107664, 1107665, 1107666, 1107667, 1107668, 1107669, 1107670, 1107673, 1107674, 1107675, 1107687, 1107688, 1107689, 1107690, 1107691, 1107692, 1107695, 1107696, 1107697, 1107698, 1107699, 1107700, 1107701, 1107702, 1107703, 1107704, 1107705, 1107708, 1107709, 1107710, 1107722, 1107723, 1107724, 1107725, 1107726, 1107727, 1107730, 1107731, 1107732, 1107733, 1107734, 1107735, 1107736, 1107737, 1107738, 1107739, 1107740, 1107743, 1107744, 1107745, 1107757, 1107758, 1107759, 1107760, 1107761, 1107762, 1107765, 1107766, 1107767, 1107768, 1107769, 1107770, 1107771, 1107772, 1107773, 1107774, 1107775, 1107778, 1107779, 1107780, 1107792, 1107793, 1107794, 1107795, 1107796, 1107797, 1107800, 1107801, 1107802, 1107803, 1107804, 1107805, 1107806, 1107807, 1107808, 1107809, 1107810, 1107813, 1107814, 1107815, 1107827, 1107828, 1107829, 1107830, 1107831, 1107832, 1107835, 1107836, 1107837, 1107838, 1107839, 1107840, 1107841, 1107842, 1107843, 1107844, 1107845, 1107848, 1107849, 1107850, 1107862, 1107863, 1107864, 1107865, 1107866, 1107867, 1107870, 1107871, 1107872, 1107873, 1107874, 1107875, 1107876, 1107877, 1107878, 1107879, 1107880, 1107883, 1107884, 1107885, 1107897, 1107898, 1107899, 1107900, 1107901, 1107902, 1107905, 1107906, 1107907, 1107908, 1107909, 1107910, 1107911, 1107912, 1107913, 1107914, 1107915, 1107918, 1107919, 1107920, 1107932, 1107933, 1107934, 1107935, 1107936, 1107937, 1107940, 1107941, 1107942, 1107943, 1107944, 1107945, 1107946, 1107947, 1107948, 1107949, 1107950, 1107953, 1107954, 1107955, 1107967, 1107968, 1107969, 1107970, 1107971, 1107972, 1107975, 1107976, 1107977, 1107978, 1107979, 1107980, 1107981, 1107982, 1107983, 1107984, 1107985, 1107988, 1107989, 1107990, 1108002, 1108003, 1108004, 1108005, 1108006, 1108007, 1108010, 1108011, 1108012, 1108013, 1108014, 1108015, 1108016, 1108017, 1108018, 1108019, 1108020, 1108023, 1108024, 1108025, 1108037, 1108038, 1108039, 1108040, 1108041, 1108042, 1108045, 1108046, 1108047, 1108048, 1108049, 1108050, 1108051, 1108052, 1108053, 1108054, 1108055, 1108058, 1108059, 1108060, 1108072, 1108073, 1108074, 1108075, 1108076, 1108077, 1108080, 1108081, 1108082, 1108083, 1108084, 1108085, 1108086, 1108087, 1108088, 1108089, 1108090, 1108093, 1108094, 1108095, 1108107, 1108108, 1108109, 1108110, 1108111, 1108112, 1108115, 1108116, 1108117, 1108118, 1108119, 1108120, 1108121, 1108122, 1108123, 1108124, 1108125, 1108128, 1108129, 1108130, 1108142, 1108143, 1108144, 1108145, 1108146, 1108147, 1108150, 1108151, 1108152, 1108153, 1108154, 1108155, 1108156, 1108157, 1108158, 1108159, 1108160, 1108163, 1108164, 1108165, 1108177, 1108178, 1108179, 1108180, 1108181, 1108182, 1108185, 1108186, 1108187, 1108188, 1108189, 1108190, 1108191, 1108192, 1108193, 1108194, 1108195, 1108198, 1108199, 1108200, 1108212, 1108213, 1108214, 1108215, 1108216, 1108217, 1108220, 1108221, 1108222, 1108223, 1108224, 1108225, 1108226, 1108227, 1108228, 1108229, 1108230, 1108233, 1108234, 1108235, 1108247, 1108248, 1108249, 1108250, 1108251, 1108252, 1108255, 1108256, 1108257, 1108258, 1108259, 1108260, 1108261, 1108262, 1108263, 1108264, 1108265, 1108268, 1108269, 1108270, 1108282, 1108283, 1108284, 1108285, 1108286, 1108287, 1108290, 1108291, 1108292, 1108293, 1108294, 1108295, 1108296, 1108297, 1108298, 1108299, 1108300, 1108303, 1108304, 1108305, 1108317, 1108318, 1108319, 1108320, 1108321, 1108322, 1108325, 1108326, 1108327, 1108328, 1108329, 1108330, 1108331, 1108332, 1108333, 1108334, 1108335, 1108338, 1108339, 1108340, 1108352, 1108353, 1108354, 1108355, 1108356, 1108357, 1108360, 1108361, 1108362, 1108363, 1108364, 1108365, 1108366, 1108367, 1108368, 1108369, 1108370, 1108373, 1108374, 1108375, 1108387, 1108388, 1108389, 1108390, 1108391, 1108392, 1108395, 1108396, 1108397, 1108398, 1108399, 1108400, 1108401, 1108402, 1108403, 1108404, 1108405, 1108408, 1108409, 1108410, 1108422, 1108423, 1108424, 1108425, 1108426, 1108427, 1108430, 1108431, 1108432, 1108433, 1108434, 1108435, 1108436, 1108437, 1108438, 1108439, 1108440, 1108443, 1108444, 1108445, 1108457, 1108458, 1108459, 1108460, 1108461, 1108462, 1108465, 1108466, 1108467, 1108468, 1108469, 1108470, 1108471, 1108472, 1108473, 1108474, 1108475, 1108478, 1108479, 1108480, 1108492, 1108493, 1108494, 1108495, 1108496, 1108497, 1108500, 1108501, 1108502, 1108503, 1108504, 1108505, 1108506, 1108507, 1108508, 1108509, 1108510, 1108513, 1108514, 1108515, 1108527, 1108528, 1108529, 1108530, 1108531, 1108532, 1108535, 1108536, 1108537, 1108538, 1108539, 1108540, 1108541, 1108542, 1108543, 1108544, 1108545, 1108548, 1108549, 1108550, 1108562, 1108563, 1108564, 1108565, 1108566, 1108567, 1108570, 1108571, 1108572, 1108573, 1108574, 1108575, 1108576, 1108577, 1108578, 1108579, 1108580, 1108583, 1108584, 1108585, 1108597, 1108598, 1108599, 1108600, 1108601, 1108602, 1108605, 1108606, 1108607, 1108608, 1108609, 1108610, 1108611, 1108612, 1108613, 1108614, 1108615, 1108618, 1108619, 1108620, 1108632, 1108633, 1108634, 1108635, 1108636, 1108637, 1108640, 1108641, 1108642, 1108643, 1108644, 1108645, 1108646, 1108647, 1108648, 1108649, 1108650, 1108653, 1108654, 1108655, 1108667, 1108668, 1108669, 1108670, 1108671, 1108672, 1108675, 1108676, 1108677, 1108678, 1108679, 1108680, 1108681, 1108682, 1108683, 1108684, 1108685, 1108688, 1108689, 1108690, 1108702, 1108703, 1108704, 1108705, 1108706, 1108707, 1108710, 1108711, 1108712, 1108713, 1108714, 1108715, 1108716, 1108717, 1108718, 1108719, 1108720, 1108723, 1108724, 1108725, 1108737, 1108738, 1108739, 1108740, 1108741, 1108742, 1108745, 1108746, 1108747, 1108748, 1108749, 1108750, 1108751, 1108752, 1108753, 1108754, 1108755, 1108758, 1108759, 1108760, 1108772, 1108773, 1108774, 1108775, 1108776, 1108777, 1108780, 1108781, 1108782, 1108783, 1108784, 1108785, 1108786, 1108787, 1108788, 1108789, 1108790, 1108793, 1108794, 1108795, 1108807, 1108808, 1108809, 1108810, 1108811, 1108812, 1108815, 1108816, 1108817, 1108818, 1108819, 1108820, 1108821, 1108822, 1108823, 1108824, 1108825, 1108828, 1108829, 1108830, 1108842, 1108843, 1108844, 1108845, 1108846, 1108847, 1108850, 1108851, 1108852, 1108853, 1108854, 1108855, 1108856, 1108857, 1108858, 1108859, 1108860, 1108863, 1108864, 1108865, 1108877, 1108878, 1108879, 1108880, 1108881, 1108882, 1108885, 1108886, 1108887, 1108888, 1108889, 1108890, 1108891, 1108892, 1108893, 1108894, 1108895, 1108898, 1108899, 1108900, 1108912, 1108913, 1108914, 1108915, 1108916, 1108917, 1108920, 1108921, 1108922, 1108923, 1108924, 1108925, 1108926, 1108927, 1108928, 1108929, 1108930, 1108933, 1108934, 1108935, 1108947, 1108948, 1108949, 1108950, 1108951, 1108952, 1108955, 1108956, 1108957, 1108958, 1108959, 1108960, 1108961, 1108962, 1108963, 1108964, 1108965, 1108968, 1108969, 1108970, 1108982, 1108983, 1108984, 1108985, 1108986, 1108987, 1108990, 1108991, 1108992, 1108993, 1108994, 1108995, 1108996, 1108997, 1108998, 1108999, 1109000, 1109003, 1109004, 1109005, 1109017, 1109018, 1109019, 1109020, 1109021, 1109022, 1109025, 1109026, 1109027, 1109028, 1109029, 1109030, 1109031, 1109032, 1109033, 1109034, 1109035, 1109038, 1109039, 1109040, 1109052, 1109053, 1109054, 1109055, 1109056, 1109057, 1109060, 1109061, 1109062, 1109063, 1109064, 1109065, 1109066, 1109067, 1109068, 1109069, 1109070, 1109073, 1109074, 1109075, 1109087, 1109088, 1109089, 1109090, 1109091, 1109092, 1109095, 1109096, 1109097, 1109098, 1109099, 1109100, 1109101, 1109102, 1109103, 1109104, 1109105, 1109108, 1109109, 1109110, 1109122, 1109123, 1109124, 1109125, 1109126, 1109127, 1109130, 1109131, 1109132, 1109133, 1109134, 1109135, 1109136, 1109137, 1109138, 1109139, 1109140, 1109143, 1109144, 1109145, 1109157, 1109158, 1109159, 1109160, 1109161, 1109162, 1109165, 1109166, 1109167, 1109168, 1109169, 1109170, 1109171, 1109172, 1109173, 1109174, 1109175, 1109178, 1109179, 1109180, 1109192, 1109193, 1109194, 1109195, 1109196, 1109197, 1109200, 1109201, 1109202, 1109203, 1109204, 1109205, 1109206, 1109207, 1109208, 1109209, 1109210, 1109213, 1109214, 1109215, 1109227, 1109228, 1109229, 1109230, 1109231, 1109232, 1109235, 1109236, 1109237, 1109238, 1109239, 1109240, 1109241, 1109242, 1109243, 1109244, 1109245, 1109248, 1109249, 1109250, 1109262, 1109263, 1109264, 1109265, 1109266, 1109267, 1109270, 1109271, 1109272, 1109273, 1109274, 1109275, 1109276, 1109277, 1109278, 1109279, 1109280, 1109283, 1109284, 1109285, 1109297, 1109298, 1109299, 1109300, 1109301, 1109302, 1109305, 1109306, 1109307, 1109308, 1109309, 1109310, 1109311, 1109312, 1109313, 1109314, 1109315, 1109318, 1109319, 1109320, 1109332, 1109333, 1109334, 1109335, 1109336, 1109337, 1109340, 1109341, 1109342, 1109343, 1109344, 1109345, 1109346, 1109347, 1109348, 1109349, 1109350, 1109353, 1109354, 1109355, 1109367, 1109368, 1109369, 1109370, 1109371, 1109372, 1109375, 1109376, 1109377, 1109378, 1109379, 1109380, 1109381, 1109382, 1109383, 1109384, 1109385, 1109388, 1109389, 1109390, 1109402, 1109403, 1109404, 1109405, 1109406, 1109407, 1109410, 1109411, 1109412, 1109413, 1109414, 1109415, 1109416, 1109417, 1109418, 1109419, 1109420, 1109423, 1109424, 1109425, 1471517, 1471518, 1471519, 1471520, 1471521, 1471522, 1471523, 1471524, 1471525, 1471526, 1471527, 1471528, 1471529, 1471530, 1471531, 1471532, 1471533, 1471534, 1471535, 1471536, 1471537, 1471538, 1471539, 1471540, 1471541, 1471542, 1471543, 1471544, 1471545, 1471546, 1471547, 1471548, 1471549, 1471550, 1471551, 1471552, 1471553, 1471554, 1471555, 1471556, 1471557, 1471558, 1471559, 1471560, 1471561, 1471562, 1471563, 1471564, 1471565, 1471566, 1471567, 1471568, 1471569, 1471570, 1471571, 1471572, 1471573, 1471574, 1471575, 1471576, 1471577, 1471578, 1471579, 1471580, 1471581, 1471582, 1471583, 1471584, 1471585, 1471586, 1471587, 1471588, 1471589, 1471590, 1471591, 1471592, 1471593, 1471594, 1471595, 1471596, 1471597, 1471598, 1471599, 1471600, 1471601, 1471602, 1471603, 1471604, 1471605, 1471606, 1471607, 1471608, 1471609, 1471610, 1471611, 1471612, 1471613, 1471614, 1471615, 1471616, 1471617, 1471618, 1471619, 1471620, 1471621, 1471622, 1471623, 1471624, 1471625, 1471626, 1471627, 1471628, 1471629, 1471630, 1471631, 1471632, 1471633, 1471634, 1471635, 1471636, 1471637, 1471638, 1471639, 1471640, 1471641, 1471642, 1471643, 1471644, 1471645, 1471646, 1471647, 1471648, 1471649, 1471650, 1471651, 1471652, 1471653, 1471654, 1471655, 1471656, 1471657, 1471658, 1471659, 1471660, 1471661, 1471662, 1471663, 1471664, 1471665, 1471666, 1471667, 1471668, 1471669, 1471670, 1471671, 1471672, 1471673, 1471674, 1471675, 1471676, 1471677, 1471678, 1471679, 1471680, 1471681, 1471682, 1471683, 1471684, 1471685, 1471686, 1471687, 1471688, 1471689, 1471690, 1471691, 1471692, 1471693, 1471694, 1471695, 1471696, 1471697, 1471698, 1471699, 1471700, 1471701, 1471702, 1471703, 1471704, 1471705, 1471706, 1471707, 1471708, 1471709, 1471710, 1471711, 1471712, 1471713, 1471714, 1471715, 1471716, 1471717, 1471718, 1471719, 1471720, 1471721, 1471722, 1471723, 1471724, 1471725, 1471726, 1471727, 1471728, 1471729, 1471730, 1471731, 1471732, 1471733, 1471734, 1471735, 1471736, 1471737, 1471738, 1471739, 1471740, 1471741, 1471742, 1471743, 1471744, 1471745, 1471746, 1471747, 1471748, 1471749, 1471750, 1471751, 1471752, 1471753, 1471754, 1471755, 1471756, 1471757, 1471758, 1471759, 1471760, 1471761, 1471762, 1471763, 1471764, 1471765, 1471766, 1471767, 1471768, 1471769, 1471770, 1471771, 1471772, 1471773, 1471774, 1471775, 1471776, 1471777, 1471778, 1471779, 1471780, 1471781, 1471782, 1471783, 1471784, 1471785, 1471786, 1471787, 1471788, 1471789, 1471790, 1471791, 1471792, 1471793, 1471794, 1471795, 1471796, 1471797, 1471798, 1471799, 1471800, 1471801, 1471802, 1471803, 1471804, 1471805, 1471806, 1471807, 1471808, 1471809, 1471810, 1471811, 1471812, 1471813, 1471814, 1471815, 1471816, 1471817, 1471818, 1471819, 1471820, 1471821, 1471822, 1471823, 1471824, 1471825, 1471826, 1471827, 1471828, 1471829, 1471830, 1471831, 1471832, 1471833, 1471834, 1471835, 1471836, 1471837, 1471838, 1471839, 1471840, 1471841, 1471842, 1471843, 1471844, 1471845, 1471846, 1471847, 1471848, 1471849, 1471850, 1471851, 1471852, 1471853, 1471854, 1471855, 1471856, 1471857, 1471858, 1471859, 1471860, 1471861, 1471862, 1471863, 1471864, 1471865, 1471866, 1471867, 1471868, 1471869, 1471870, 1471871, 1471872, 1471873, 1471874, 1471875, 1471876, 1471877, 1471878, 1471879, 1471880, 1471881, 1471882, 1471883, 1471884, 1471885, 1471886, 1471887, 1471888, 1471889, 1471890, 1471891, 1471892, 1471893, 1471894, 1471895, 1471896, 1471897, 1471898, 1471899, 1471900, 1471901, 1471902, 1471903, 1471904, 1471905, 1471906, 1471907, 1471908, 1471909, 1471910, 1471911, 1471912, 1471913, 1471914, 1471915, 1471916, 1471917, 1471918, 1471919, 1471920, 1471921, 1471922, 1471923, 1471924, 1471925, 1471926, 1471927, 1471928, 1471929, 1471930, 1471931, 1471932, 1471933, 1471934, 1471935, 1471936, 1471937, 1471938, 1471939, 1471940, 1471941, 1471942, 1471943, 1471944, 1471945, 1471946, 1471947, 1471948, 1471949, 1471950, 1471951, 1471952, 1471953, 1471954, 1471955, 1471956, 1471957, 1471958, 1471959, 1471960, 1471961, 1471962, 1471963, 1471964, 1471965, 1471966, 1471967, 1471968, 1471969, 1471970, 1471971, 1471972, 1471973, 1471974, 1471975, 1471976, 1471977, 1471978, 1471979, 1471980, 1471981, 1471982, 1471983, 1471984, 1471985, 1471986, 1471987, 1471988, 1471989, 1471990, 1471991, 1471992, 1471993, 1471994, 1471995, 1471996, 1471997, 1471998, 1471999, 1472000, 1472001, 1472002, 1472003, 1472004, 1472005, 1472006, 1472007, 1472008, 1472009, 1472010, 1472011, 1472012, 1472013, 1472014, 1472015, 1472016, 1472017, 1472018, 1472019, 1472020, 1472021, 1472022, 1472023, 1472024, 1472025, 1472026, 1472027, 1472028, 1472029, 1472030, 1472031, 1472032, 1472033, 1472034, 1472035, 1472036, 1472037, 1472038, 1472039, 1472040, 1472041, 1472042, 1472043, 1472044, 1472045, 1472046, 1472047, 1472048, 1472049, 1472050, 1472051, 1472052, 1472053, 1472054, 1472055, 1472056, 1472057, 1472058, 1472059, 1472060, 1472061, 1472062, 1472063, 1472064, 1472065, 1472066, 1472067, 1472068, 1472069, 1472070, 1472071, 1472072, 1472073, 1472074, 1472075, 1472076, 1472077, 1472078, 1472079, 1472080, 1472081, 1472082, 1472083, 1472084, 1472085, 1472086, 1472087, 1472088, 1472089, 1472090, 1472091, 1472092, 1472093, 1472094, 1472095, 1472096, 1472097, 1472098, 1472099, 1472100, 1472101, 1472102, 1472103, 1472104, 1472105, 1472106, 1472107, 1472108, 1472109, 1472110, 1472111, 1472112, 1472113, 1472114, 1472115, 1472116, 1472117, 1472118, 1472119, 1472120, 1472121, 1472122, 1472123, 1472124, 1472125, 1472126, 1472127, 1472128, 1472129, 1472130, 1472131, 1472132, 1472133, 1472134, 1472135, 1472136, 1472137, 1472138, 1472139, 1472140, 1472141, 1472142, 1472143, 1472144, 1472145, 1472146, 1472147, 1472148, 1472149, 1472150, 1472151, 1472152, 1472153, 1472154, 1472155, 1472156, 1472157, 1472158, 1472159, 1472160, 1472161, 1472162, 1472163, 1472164, 1472165, 1472166, 1472167, 1472168, 1472169, 1472170, 1472171, 1472172, 1472173, 1472174, 1472175, 1472176, 1472177, 1472178, 1472179, 1472180, 1472181, 1472182, 1472183, 1472184, 1472185, 1472186, 1472187, 1472188, 1472189, 1472190, 1472191, 1472192, 1472193, 1472194, 1472195, 1472196, 1472197, 1472198, 1472199, 1472200, 1472201, 1472202, 1472203, 1472204, 1472205, 1472206, 1472207, 1472208, 1472209, 1472210, 1472211, 1472212, 1472213, 1472214, 1472215, 1472216, 1472217, 1472218, 1472219, 1472220, 1472221, 1472222, 1472223, 1472224, 1472225, 1472226, 1472227, 1472228, 1472229, 1472230, 1472231, 1472232, 1472233, 1472234, 1472235, 1472236, 1472237, 1472238, 1472239, 1472240, 1472241, 1472242, 1472243, 1472244, 1472245, 1472246, 1472247, 1472248, 1472249, 1472250, 1472251, 1472252, 1472253, 1472254, 1472255, 1472256, 1472257, 1472258, 1472259, 1472260, 1472261, 1472262, 1472263, 1472264, 1472265, 1472266, 1472267, 1472268, 1472269, 1472270, 1472271, 1472272, 1472273, 1472274, 1472275, 1472276, 1472277, 1472278, 1472279, 1472280, 1472281, 1472282, 1472283, 1472284, 1472285, 1472286, 1472287, 1472288, 1472289, 1472290, 1472291, 1472292, 1472293, 1472294, 1472295, 1472296, 1472297, 1472298, 1472299, 1472300, 1472301, 1472302, 1472303, 1472304, 1472305, 1472306, 1472307, 1472308, 1472309, 1472310, 1472311, 1472312, 1472313, 1472314, 1472315, 1472316, 1472317, 1472318, 1472319, 1472320, 1472321, 1472322, 1472323, 1472324, 1472325, 1472326, 1472327, 1472328, 1472329, 1472330, 1472331, 1472332, 1472333, 1472334, 1472335, 1472336, 1472337, 1472338, 1472339, 1472340, 1472341, 1472342, 1472343, 1472344, 1472345, 1472346, 1472347, 1472348, 1472349, 1472350, 1472351, 1472352, 1472353, 1472354, 1472355, 1472356, 1472357, 1472358, 1472359, 1472360, 1472361, 1472362, 1472363, 1472364, 1472365, 1472366, 1472367, 1472368, 1472369, 1472370, 1472371, 1472372, 1472373, 1472374, 1472375, 1472376, 1472377, 1472378, 1472379, 1472380, 1472381, 1472382, 1472383, 1472384, 1472385, 1472386, 1472387, 1472388, 1472389, 1472390, 1472391, 1472392, 1472393, 1472394, 1472395, 1472396, 1472397, 1472398, 1472399, 1472400, 1472401, 1472402, 1472403, 1472404, 1472405, 1472406, 1472407, 1472408, 1472409, 1472410, 1472411, 1472412, 1472413, 1472414, 1472415, 1472416, 1472417, 1472418, 1472419, 1472420, 1472421, 1472422, 1472423, 1472424, 1472425, 1472426, 1472427, 1472428, 1472429, 1472430, 1472431, 1472432, 1472433, 1472434, 1472435, 1472436, 1472437, 1472438, 1472439, 1472440, 1472441, 1472442, 1472443, 1472444, 1472445, 1472446, 1472447, 1472448, 1472449, 1472450, 1472451, 1472452, 1472453, 1472454, 1472455, 1472456, 1472457, 1472458, 1472459, 1472460, 1472461, 1472462, 1472463, 1472464, 1472465, 1472466, 1472467, 1472468, 1472469, 1472470, 1472471, 1472472, 1472473, 1472474, 1472475, 1472476, 1472477, 1472478, 1472479, 1472480, 1472481, 1472482, 1472483, 1472484, 1472485, 1472486, 1472487, 1472488, 1472489, 1472490, 1472491, 1472492, 1472493, 1472494, 1472495, 1472496, 1472497, 1472498, 1472499, 1472500, 1472501, 1472502, 1472503, 1472504, 1472505, 1472506, 1472507, 1472508, 1472509, 1472510, 1472511, 1472512, 1472513, 1472514, 1472515, 1472516, 1472517, 1472518, 1472519, 1472520, 1472521, 1472522, 1472523, 1472524, 1472525, 1472526, 1472527, 1472528, 1472529, 1472530, 1472531, 1472532, 1472533, 1472534, 1472535, 1472536, 1472537, 1472538, 1472539, 1472540, 1472541, 1472542, 1472543, 1472544, 1472545, 1472546, 1472547, 1472548, 1472549, 1472550, 1472551, 1472552, 1472553, 1472554, 1472555, 1472556, 1472557, 1472558, 1472559, 1472560, 1472561, 1472562, 1472563, 1472564, 1472565, 1472566, 1472567, 1472568, 1472569, 1472570, 1472571, 1472572, 1472573, 1472574, 1472575, 1472576, 1472577, 1472578, 1472579, 1472580, 1472581, 1472582, 1472583, 1472584, 1472585, 1472586, 1472587, 1472588, 1472589, 1472590, 1472591, 1472592, 1472593, 1472594, 1472595, 1472596, 1472597, 1472598, 1472599, 1472600, 1472601, 1472602, 1472603, 1472604, 1472605, 1472606, 1472607, 1472608) AND il.`id_lang` = 1 ORDER by i.`position` |
6.194
ms
|
0 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1027290, 1027291, 1027292, 1027293, 1027294, 1027295, 1027296, 1027297, 1027298, 1027299, 1027300, 1027301, 1027306, 1027307, 1027308, 1027309, 1027310, 1027311, 1027312, 1027313, 1027314, 1027315, 1027318, 1027319, 1027320, 1027321, 1027322, 1027323, 1027324, 1027325, 1027326, 1027327, 1027328, 1027329, 1027334, 1027335, 1027336, 1027337, 1027338, 1027339, 1027362, 1027363, 1027364, 1027365, 1027366, 1027367, 1027368, 1027369, 1027370, 1027371, 1027372, 1027373, 1027378, 1027379, 1027380, 1027381, 1027382, 1027383, 1027384, 1027385, 1027386, 1027387, 1027390, 1027391, 1027392, 1027393, 1027394, 1027395, 1027396, 1027397, 1027398, 1027399, 1027400, 1027401, 1027406, 1027407, 1027408, 1027409, 1027410, 1027411, 1027433, 1027434, 1027435, 1027436, 1027437, 1027438, 1027439, 1027440, 1027441, 1027442, 1027443, 1027444, 1027448, 1027449, 1027450, 1027451, 1027452, 1027453, 1027454, 1027456, 1027457, 1027458, 1027459, 1027460, 1027461, 1027462, 1027466, 1027467, 1027468, 1027469, 1027487, 1027489, 1027490, 1027491, 1027492, 1027493, 1027494, 1027495, 1027500, 1027501, 1027502, 1027503, 1027504, 1027505, 1027506, 1027507, 1027508, 1027509, 1027512, 1027513, 1027514, 1027515, 1027516, 1027517, 1027518, 1027519, 1027520, 1027525, 1027526, 1027527, 1027528, 1027529, 1027530, 1027553, 1027554, 1027555, 1027556, 1027557, 1027558, 1027559, 1027560, 1027561, 1027562, 1027563, 1027567, 1027569, 1027570, 1027571, 1027572, 1027573, 1027574, 1027575, 1027578, 1027579, 1027580, 1027581, 1027582, 1027583, 1027584, 1027585, 1027586, 1027587, 1027588, 1027589, 1027594, 1027595, 1027596, 1027597, 1027598, 1027599, 1027622, 1027623, 1027624, 1027625, 1027626, 1027627, 1027628, 1027629, 1027630, 1027631, 1027632, 1027633, 1027638, 1027639, 1027640, 1027641, 1027642, 1027643, 1027644, 1027645, 1027646, 1027647, 1027649, 1027651, 1027652, 1027653, 1027654, 1027655, 1027656, 1027657, 1027658, 1027659, 1027664, 1027665, 1027666, 1027667, 1027668, 1027669, 1027692, 1027693, 1027694, 1027695, 1027696, 1027697, 1027698, 1027699, 1027700, 1027701, 1027702, 1027703, 1027708, 1027709, 1027710, 1027711, 1027712, 1027713, 1027714, 1027715, 1027716, 1027717, 1027720, 1027721, 1027722, 1027723, 1027724, 1027725, 1027726, 1027727, 1027728, 1027729, 1027730, 1027731, 1027736, 1027737, 1027738, 1027739, 1027740, 1027741, 1027761, 1027762, 1027763, 1027764, 1027765, 1027766, 1027767, 1027768, 1027769, 1027770, 1027771, 1027772, 1027777, 1027778, 1027779, 1027780, 1027781, 1027782, 1027783, 1027786, 1027787, 1027788, 1027789, 1027790, 1027791, 1027792, 1027793, 1027794, 1027795, 1027796, 1027797, 1027802, 1027803, 1027804, 1027805, 1027806, 1027807, 1027830, 1027831, 1027832, 1027833, 1027834, 1027835, 1027836, 1027837, 1027838, 1027839, 1027840, 1027841, 1027846, 1027847, 1027848, 1027849, 1027850, 1027851, 1027852, 1027853, 1027854, 1027855, 1027858, 1027859, 1027860, 1027861, 1027862, 1027863, 1027864, 1027865, 1027866, 1027867, 1027868, 1027869, 1027874, 1027875, 1027876, 1027877, 1027898, 1027899, 1027900, 1027901, 1027902, 1027903, 1027904, 1027905, 1027906, 1027907, 1027908, 1027909, 1027914, 1027915, 1027916, 1027917, 1027918, 1027919, 1027920, 1027921, 1027922, 1027923, 1027926, 1027927, 1027928, 1027929, 1027930, 1027931, 1027932, 1027933, 1027934, 1027935, 1027936, 1027937, 1027942, 1027943, 1027944, 1027945, 1027968, 1027969, 1027970, 1027971, 1027972, 1027973, 1027974, 1027975, 1027976, 1027977, 1027978, 1027979, 1027984, 1027985, 1027986, 1027987, 1027988, 1027989, 1027990, 1027991, 1027992, 1027993, 1027996, 1027997, 1027998, 1027999, 1028000, 1028001, 1028002, 1028003, 1028004, 1028005, 1028006, 1028008, 1028010, 1028011, 1028012, 1028013, 1028014, 1028015, 1028038, 1028039, 1028040, 1028041, 1028042, 1028043, 1028044, 1028045, 1028046, 1028047, 1028048, 1028049, 1028054, 1028055, 1028056, 1028057, 1028058, 1028059, 1028060, 1028061, 1028062, 1028063, 1028065, 1028066, 1028067, 1028068, 1028069, 1028070, 1028071, 1028072, 1028073, 1028074, 1028075, 1028080, 1028081, 1028082, 1028083, 1028084, 1028085, 1028108, 1028109, 1028110, 1028111, 1028112, 1028113, 1028114, 1028115, 1028116, 1028117, 1028118, 1028119, 1028124, 1028125, 1028126, 1028127, 1028128, 1028129, 1028130, 1028131, 1028132, 1028133, 1028136, 1028137, 1028138, 1028139, 1028140, 1028141, 1028142, 1028143, 1028144, 1028145, 1028146, 1028147, 1028152, 1028153, 1028154, 1028155, 1028156, 1028157, 1028180, 1028181, 1028182, 1028183, 1028184, 1028185, 1028186, 1028187, 1028188, 1028189, 1028190, 1028191, 1028196, 1028197, 1028198, 1028199, 1028200, 1028201, 1028202, 1028203, 1028204, 1028205, 1028208, 1028209, 1028210, 1028211, 1028212, 1028213, 1028214, 1028215, 1028220, 1028221, 1028222, 1028223, 1028224, 1028225, 1028248, 1028249, 1028250, 1028251, 1028252, 1028253, 1028254, 1028255, 1028256, 1028257, 1028258, 1028259, 1028264, 1028265, 1028266, 1028267, 1028268, 1028269, 1028270, 1028271, 1028272, 1028273, 1028276, 1028277, 1028278, 1028279, 1028280, 1028281, 1028282, 1028283, 1028284, 1028285, 1028286, 1028287, 1028292, 1028293, 1028294, 1028295, 1028296, 1028297, 1028318, 1028319, 1028320, 1028321, 1028322, 1028323, 1028324, 1028325, 1028330, 1028331, 1028332, 1028333, 1028334, 1028335, 1028336, 1028337, 1028338, 1028339, 1028342, 1028343, 1028344, 1028345, 1028346, 1028347, 1028348, 1028349, 1028350, 1028351, 1028352, 1028353, 1028358, 1028359, 1028360, 1028361, 1028362, 1028363, 1028386, 1028387, 1028388, 1028389, 1028390, 1028391, 1028392, 1028393, 1028394, 1028395, 1028396, 1028397, 1028402, 1028403, 1028404, 1028405, 1028406, 1028407, 1028408, 1028409, 1028410, 1028411, 1028414, 1028415, 1028416, 1028417, 1028418, 1028419, 1028420, 1028421, 1028422, 1028423, 1028428, 1028429, 1028430, 1028431, 1028432, 1028433, 1028456, 1028457, 1028458, 1028459, 1028460, 1028461, 1028462, 1028463, 1028464, 1028465, 1028466, 1028467, 1028472, 1028473, 1028474, 1028475, 1028476, 1028477, 1028478, 1028479, 1028480, 1028481, 1028484, 1028485, 1028486, 1028487, 1028488, 1028489, 1028490, 1028491, 1028492, 1028493, 1028494, 1028495, 1028500, 1028501, 1028502, 1028503, 1028504, 1028505, 1028528, 1028529, 1028530, 1028531, 1028532, 1028533, 1028534, 1028535, 1028536, 1028537, 1028538, 1028539, 1028544, 1028545, 1028546, 1028547, 1028548, 1028549, 1028550, 1028551, 1028552, 1028553, 1028556, 1028557, 1028558, 1028559, 1028560, 1028561, 1028562, 1028563, 1028564, 1028565, 1028566, 1028569, 1028570, 1028571, 1028572, 1028573, 1028574, 1028597, 1028598, 1028599, 1028600, 1028601, 1028602, 1028603, 1028604, 1028605, 1028606, 1028607, 1028608, 1028613, 1028614, 1028615, 1028616, 1028617, 1028618, 1028619, 1028620, 1028621, 1028622, 1028625, 1028626, 1028627, 1028628, 1028629, 1028630, 1028631, 1028632, 1028633, 1028634, 1028635, 1028636, 1028641, 1028642, 1028643, 1028644, 1028645, 1028647, 1028662, 1028663, 1028664, 1028665, 1028666, 1028667, 1028668, 1028669, 1028670, 1028671, 1028672, 1028673, 1028678, 1028679, 1028680, 1028681, 1028682, 1028683, 1028684, 1028685, 1028686, 1028687, 1028690, 1028691, 1028692, 1028693, 1028694, 1028695, 1028696, 1028697, 1028698, 1028699, 1028700, 1028701, 1028706, 1028707, 1028708, 1028709, 1028710, 1028711, 1028734, 1028735, 1028736, 1028737, 1028738, 1028739, 1028740, 1028741, 1028742, 1028743, 1028744, 1028745, 1028749, 1028750, 1028751, 1028752, 1028753, 1028754, 1028755, 1028756, 1028757, 1028760, 1028761, 1028762, 1028763, 1028764, 1028765, 1028766, 1028767, 1028768, 1028769, 1028770, 1028771, 1028776, 1028777, 1028778, 1028779, 1028780, 1028781, 1028803, 1028804, 1028805, 1028806, 1028807, 1028808, 1028809, 1028810, 1028811, 1028812, 1028813, 1028818, 1028819, 1028820, 1028821, 1028822, 1028823, 1028824, 1028825, 1028826, 1028827, 1028830, 1028831, 1028832, 1028833, 1028834, 1028835, 1028836, 1028837, 1028838, 1028839, 1028840, 1028841, 1028846, 1028847, 1028848, 1028849, 1028850, 1028851, 1028870, 1028872, 1028873, 1028874, 1028875, 1028876, 1028877, 1028878, 1028879, 1028884, 1028885, 1028886, 1028887, 1028888, 1028889, 1028890, 1028891, 1028892, 1028893, 1028896, 1028897, 1028898, 1028899, 1028900, 1028901, 1028902, 1028903, 1028904, 1028905, 1028906, 1028907, 1028912, 1028913, 1028914, 1028915, 1028916, 1028917, 1028940, 1028941, 1028942, 1028943, 1028944, 1028945, 1028946, 1028947, 1028948, 1028949, 1028950, 1028951, 1028956, 1028957, 1028958, 1028959, 1028960, 1028961, 1028962, 1028963, 1028964, 1028965, 1028968, 1028969, 1028970, 1028971, 1028972, 1028973, 1028974, 1028975, 1028976, 1028977, 1028978, 1028979, 1028984, 1028985, 1028986, 1028987, 1028988, 1028989, 1029012, 1029013, 1029014, 1029015, 1029016, 1029017, 1029018, 1029019, 1029020, 1029021, 1029022, 1029023, 1029028, 1029029, 1029030, 1029031, 1029032, 1029033, 1029034, 1029035, 1029036, 1029037, 1029040, 1029041, 1029042, 1029043, 1029044, 1029045, 1029046, 1029047, 1029048, 1029049, 1029050, 1029051, 1029056, 1029057, 1029058, 1029059, 1029060, 1029061, 1029084, 1029085, 1029086, 1029087, 1029088, 1029089, 1029090, 1029091, 1029092, 1029093, 1029094, 1029095, 1029100, 1029101, 1029102, 1029103, 1029104, 1029105, 1029106, 1029107, 1029108, 1029109, 1029112, 1029113, 1029114, 1029115, 1029116, 1029117, 1029118, 1029119, 1029120, 1029121, 1029122, 1029123, 1029128, 1029129, 1029130, 1029131, 1029132, 1029133, 1029156, 1029157, 1029158, 1029159, 1029160, 1029161, 1029162, 1029163, 1029164, 1029165, 1029166, 1029167, 1029172, 1029173, 1029174, 1029175, 1029176, 1029177, 1029178, 1029179, 1029180, 1029181, 1029184, 1029185, 1029186, 1029187, 1029188, 1029189, 1029190, 1029191, 1029192, 1029193, 1029194, 1029195, 1029200, 1029201, 1029202, 1029203, 1029204, 1029205, 1029228, 1029229, 1029230, 1029231, 1029232, 1029233, 1029234, 1029235, 1029236, 1029237, 1029238, 1029239, 1029244, 1029245, 1029246, 1029247, 1029248, 1029249, 1029250, 1029251, 1029252, 1029253, 1029256, 1029257, 1029258, 1029259, 1029260, 1029261, 1029262, 1029263, 1029264, 1029265, 1029266, 1029267, 1029272, 1029273, 1029274, 1029275, 1029276, 1029277, 1029300, 1029301, 1029302, 1029303, 1029304, 1029305, 1029306, 1029307, 1029308, 1029309, 1029314, 1029315, 1029316, 1029317, 1029318, 1029319, 1029320, 1029321, 1029322, 1029323, 1029326, 1029327, 1029328, 1029329, 1029330, 1029331, 1029332, 1029333, 1029334, 1029335, 1029336, 1029337, 1029342, 1029343, 1029344, 1029345, 1029346, 1029347, 1029370, 1029371, 1029372, 1029373, 1029374, 1029375, 1029376, 1029377, 1029378, 1029379, 1029380, 1029381, 1029386, 1029387, 1029388, 1029389, 1029390, 1029391, 1029392, 1029393, 1029394, 1029395, 1029398, 1029399, 1029400, 1029401, 1029402, 1029403, 1029404, 1029405, 1029406, 1029407, 1029408, 1029409, 1029414, 1029415, 1029416, 1029417, 1029418, 1029419, 1029442, 1029443, 1029444, 1029445, 1029446, 1029447, 1029448, 1029449, 1029450, 1029451, 1029452, 1029453, 1029458, 1029459, 1029460, 1029461, 1029462, 1029463, 1029464, 1029465, 1029466, 1029467, 1029470, 1029471, 1029472, 1029473, 1029474, 1029475, 1029476, 1029477, 1029478, 1029479, 1029480, 1029481, 1029486, 1029487, 1029488, 1029489, 1029490, 1029491, 1029514, 1029515, 1029516, 1029517, 1029518, 1029519, 1029520, 1029521, 1029522, 1029523, 1029524, 1029525, 1029530, 1029531, 1029532, 1029533, 1029534, 1029535, 1029536, 1029537, 1029538, 1029539, 1029542, 1029543, 1029544, 1029545, 1029546, 1029547, 1029548, 1029549, 1029550, 1029551, 1029552, 1029553, 1029558, 1029559, 1029560, 1029561, 1029562, 1029563, 1029586, 1029587, 1029588, 1029589, 1029590, 1029591, 1029592, 1029593, 1029594, 1029595, 1029596, 1029597, 1029602, 1029603, 1029604, 1029605, 1029606, 1029607, 1029608, 1029609, 1029610, 1029611, 1029614, 1029615, 1029616, 1029617, 1029618, 1029619, 1029620, 1029621, 1029622, 1029623, 1029624, 1029625, 1029630, 1029631, 1029632, 1029633, 1029634, 1029635, 1029658, 1029659, 1029660, 1029661, 1029662, 1029663, 1029664, 1029665, 1029666, 1029667, 1029668, 1029669, 1029674, 1029675, 1029676, 1029677, 1029678, 1029679, 1029680, 1029681, 1029682, 1029683, 1029686, 1029687, 1029688, 1029689, 1029690, 1029691, 1029692, 1029693, 1029694, 1029695, 1029696, 1029697, 1029702, 1029703, 1029704, 1029705, 1029706, 1029707, 1029730, 1029731, 1029732, 1029733, 1029734, 1029735, 1029736, 1029737, 1029738, 1029739, 1029740, 1029741, 1029746, 1029747, 1029748, 1029749, 1029750, 1029751, 1029752, 1029753, 1029754, 1029755, 1029758, 1029759, 1029760, 1029761, 1029762, 1029763, 1029764, 1029765, 1029766, 1029767, 1029768, 1029769, 1029774, 1029775, 1029776, 1029777, 1029778, 1029779, 1029802, 1029803, 1029804, 1029805, 1029806, 1029807, 1029808, 1029809, 1029810, 1029811, 1029812, 1029813, 1029818, 1029819, 1029820, 1029821, 1029822, 1029823, 1029824, 1029825, 1029826, 1029827, 1029830, 1029831, 1029832, 1029833, 1029834, 1029835, 1029836, 1029837, 1029838, 1029839, 1029840, 1029841, 1029846, 1029847, 1029848, 1029849, 1029850, 1029851, 1029874, 1029875, 1029876, 1029877, 1029878, 1029879, 1029880, 1029881, 1029882, 1029883, 1029884, 1029885, 1029890, 1029891, 1029892, 1029893, 1029894, 1029895, 1029896, 1029897, 1029898, 1029899, 1029902, 1029903, 1029904, 1029905, 1029906, 1029907, 1029908, 1029909, 1029910, 1029911, 1029912, 1029913, 1029918, 1029919, 1029920, 1029921, 1029922, 1029923, 1029946, 1029947, 1029948, 1029949, 1029950, 1029951, 1029952, 1029953, 1029954, 1029955, 1029956, 1029957, 1029962, 1029963, 1029964, 1029965, 1029966, 1029967, 1029968, 1029969, 1029970, 1029971, 1029974, 1029975, 1029976, 1029977, 1029978, 1029979, 1029980, 1029981, 1029982, 1029983, 1029984, 1029985, 1029990, 1029991, 1029992, 1029993, 1029994, 1029995, 1030018, 1030019, 1030020, 1030021, 1030022, 1030023, 1030024, 1030025, 1030026, 1030027, 1030028, 1030029, 1030034, 1030035, 1030036, 1030037, 1030038, 1030039, 1030040, 1030041, 1030042, 1030043, 1030046, 1030047, 1030048, 1030049, 1030050, 1030051, 1030052, 1030053, 1030054, 1030055, 1030056, 1030057, 1030062, 1030063, 1030064, 1030065, 1030066, 1030067, 1030090, 1030091, 1030092, 1030093, 1030094, 1030095, 1030096, 1030097, 1030098, 1030099, 1030100, 1030101, 1030106, 1030107, 1030108, 1030109, 1030110, 1030111, 1030112, 1030113, 1030114, 1030115, 1030118, 1030119, 1030120, 1030121, 1030122, 1030123, 1030124, 1030125, 1030126, 1030127, 1030128, 1030129, 1030134, 1030135, 1030136, 1030137, 1030138, 1030139, 1030162, 1030163, 1030164, 1030165, 1030166, 1030167, 1030168, 1030169, 1030170, 1030171, 1030172, 1030173, 1030178, 1030179, 1030180, 1030181, 1030182, 1030183, 1030184, 1030185, 1030186, 1030187, 1030190, 1030191, 1030192, 1030193, 1030194, 1030195, 1030196, 1030197, 1030198, 1030199, 1030200, 1030201, 1030206, 1030207, 1030208, 1030209, 1030210, 1030211, 1030234, 1030235, 1030236, 1030237, 1030238, 1030239, 1030240, 1030241, 1030242, 1030243, 1030244, 1030245, 1030250, 1030251, 1030252, 1030253, 1030254, 1030255, 1030256, 1030257, 1030258, 1030260, 1030261, 1030262, 1030263, 1030264, 1030265, 1030266, 1030271, 1030272, 1030273, 1030274, 1030275, 1030276, 1030299, 1030300, 1030301, 1030302, 1030303, 1030304, 1030305, 1030306, 1030307, 1030308, 1030309, 1030310, 1030315, 1030316, 1030317, 1030318, 1030319, 1030320, 1030321, 1030322, 1030323, 1030324, 1030327, 1030328, 1030329, 1030330, 1030331, 1030332, 1030333, 1030334, 1030335, 1030336, 1030337, 1030338, 1030343, 1030344, 1030345, 1030346, 1030347, 1030348, 1030371, 1030372, 1030373, 1030374, 1030375, 1030376, 1030377, 1030378, 1030379, 1030380, 1030381, 1030382, 1030387, 1030388, 1030389, 1030390, 1030391, 1030392, 1030393, 1030394, 1030395, 1030396, 1030399, 1030400, 1030401, 1030402, 1030403, 1030404, 1030405, 1030406, 1030407, 1030408, 1030409, 1030410, 1030415, 1030416, 1030417, 1030418, 1030419, 1030420, 1030443, 1030444, 1030445, 1030446, 1030447, 1030448, 1030449, 1030450, 1030451, 1030452, 1030453, 1030454, 1030459, 1030460, 1030461, 1030462, 1030463, 1030464, 1030465, 1030466, 1030467, 1030468, 1030471, 1030472, 1030473, 1030474, 1030475, 1030476, 1030477, 1030478, 1030479, 1030480, 1030481, 1030482, 1030487, 1030488, 1030489, 1030490, 1030491, 1030492, 1030515, 1030516, 1030517, 1030518, 1030519, 1030520, 1030521, 1030522, 1030523, 1030524, 1030525, 1030526, 1030531, 1030532, 1030533, 1030534, 1030535, 1030536, 1030537, 1030538, 1030539, 1030540, 1030543, 1030544, 1030545, 1030546, 1030547, 1030548, 1030549, 1030550, 1030551, 1030552, 1030553, 1030554, 1030559, 1030560, 1030561, 1030562, 1030563, 1030564, 1030587, 1030588, 1030589, 1030590, 1030591, 1030592, 1030593, 1030594, 1030595, 1030596, 1030597, 1030598, 1030603, 1030604, 1030605, 1030606, 1030607, 1030608, 1030609, 1030610, 1030611, 1030612, 1030615, 1030616, 1030617, 1030618, 1030619, 1030620, 1030621, 1030622, 1030623, 1030624, 1030625, 1030626, 1030631, 1030632, 1030633, 1030634, 1030635, 1030636, 1031516, 1031517, 1031518, 1031519, 1031520, 1031521, 1031522, 1031523, 1031524, 1031525, 1031526, 1031527, 1031532, 1031533, 1031534, 1031535, 1031536, 1031537, 1031538, 1031539, 1031540, 1031541, 1031544, 1031545, 1031546, 1031547, 1031548, 1031549, 1031550, 1031551, 1031552, 1031553, 1031554, 1031555, 1031560, 1031561, 1031562, 1031563, 1031564, 1031565, 1031588, 1031589, 1031590, 1031591, 1031592, 1031593, 1031594, 1031595, 1031596, 1031597, 1031598, 1031599, 1031604, 1031605, 1031606, 1031607, 1031608, 1031609, 1031610, 1031611, 1031612, 1031613, 1031616, 1031617, 1031618, 1031619, 1031620, 1031621, 1031622, 1031623, 1031624, 1031625, 1031626, 1031627, 1031632, 1031633, 1031634, 1031635, 1031636, 1031637, 1031659, 1031660, 1031661, 1031662, 1031663, 1031664, 1031665, 1031666, 1031667, 1031668, 1031669, 1031671, 1031673, 1031674, 1031675, 1031676, 1031677, 1031678, 1031679, 1031680, 1031683, 1031684, 1031685, 1031686, 1031687, 1031688, 1031689, 1031690, 1031691, 1031692, 1031693, 1031694, 1031699, 1031700, 1031701, 1031702, 1031703, 1031704, 1031727, 1031728, 1031729, 1031730, 1031731, 1031732, 1031733, 1031734, 1031735, 1031736, 1031737, 1031738, 1031743, 1031744, 1031745, 1031746, 1031747, 1031748, 1031749, 1031750, 1031751, 1031752, 1031755, 1031756, 1031757, 1031758, 1031759, 1031760, 1031761, 1031762, 1031763, 1031764, 1031765, 1031766, 1031771, 1031772, 1031773, 1031774, 1031775, 1031776, 1031799, 1031800, 1031801, 1031802, 1031803, 1031804, 1031805, 1031806, 1031807, 1031808, 1031809, 1031810, 1031815, 1031816, 1031817, 1031818, 1031819, 1031820, 1031821, 1031822, 1031823, 1031824, 1031827, 1031828, 1031829, 1031830, 1031831, 1031832, 1031833, 1031834, 1031835, 1031836, 1031837, 1031838, 1031843, 1031844, 1031845, 1031846, 1031847, 1031848, 1031871, 1031872, 1031873, 1031874, 1031875, 1031876, 1031877, 1031878, 1031879, 1031880, 1031881, 1031882, 1031887, 1031888, 1031889, 1031890, 1031891, 1031892, 1031893, 1031894, 1031895, 1031896, 1031899, 1031900, 1031901, 1031902, 1031903, 1031904, 1031905, 1031906, 1031907, 1031908, 1031909, 1031910, 1031915, 1031916, 1031917, 1031918, 1031919, 1031920, 1031943, 1031944, 1031945, 1031946, 1031947, 1031948, 1031949, 1031950, 1031951, 1031952, 1031953, 1031954, 1031959, 1031960, 1031961, 1031962, 1031963, 1031964, 1031965, 1031966, 1031967, 1031968, 1031971, 1031972, 1031973, 1031974, 1031975, 1031976, 1031977, 1031978, 1031979, 1031980, 1031981, 1031982, 1031987, 1031988, 1031989, 1031990, 1031991, 1031992, 1032015, 1032016, 1032017, 1032018, 1032019, 1032020, 1032021, 1032022, 1032023, 1032024, 1032025, 1032026, 1032031, 1032032, 1032033, 1032034, 1032035, 1032036, 1032037, 1032038, 1032039, 1032040, 1032043, 1032044, 1032045, 1032046, 1032047, 1032048, 1032049, 1032050, 1032051, 1032052, 1032053, 1032054, 1032059, 1032060, 1032061, 1032062, 1032063, 1032064, 1032087, 1032088, 1032089, 1032090, 1032091, 1032092, 1032093, 1032094, 1032095, 1032096, 1032097, 1032098, 1032103, 1032104, 1032105, 1032106, 1032107, 1032108, 1032109, 1032110, 1032111, 1032112, 1032115, 1032116, 1032117, 1032118, 1032119, 1032120, 1032121, 1032122, 1032123, 1032124, 1032125, 1032126, 1032131, 1032132, 1032133, 1032134, 1032135, 1032136, 1032159, 1032160, 1032161, 1032162, 1032163, 1032164, 1032165, 1032166, 1032167, 1032168, 1032169, 1032170, 1032175, 1032176, 1032177, 1032178, 1032179, 1032180, 1032181, 1032182, 1032183, 1032184, 1032187, 1032188, 1032189, 1032190, 1032191, 1032192, 1032193, 1032194, 1032195, 1032196, 1032197, 1032198, 1032203, 1032204, 1032205, 1032206, 1032207, 1032208, 1032231, 1032232, 1032233, 1032234, 1032235, 1032236, 1032237, 1032238, 1032239, 1032240, 1032241, 1032242, 1032247, 1032248, 1032249, 1032250, 1032251, 1032252, 1032253, 1032254, 1032255, 1032256, 1032259, 1032260, 1032261, 1032262, 1032263, 1032264, 1032265, 1032266, 1032267, 1032268, 1032269, 1032270, 1032275, 1032276, 1032277, 1032278, 1032279, 1032280, 1032303, 1032304, 1032305, 1032306, 1032307, 1032308, 1032309, 1032310, 1032311, 1032312, 1032313, 1032314, 1032319, 1032320, 1032321, 1032322, 1032323, 1032324, 1032325, 1032326, 1032327, 1032328, 1032331, 1032332, 1032333, 1032334, 1032335, 1032336, 1032337, 1032338, 1032339, 1032340, 1032341, 1032342, 1032347, 1032348, 1032349, 1032350, 1032351, 1032352, 1032375, 1032376, 1032377, 1032378, 1032379, 1032380, 1032381, 1032382, 1032383, 1032384, 1032385, 1032386, 1032391, 1032392, 1032393, 1032394, 1032395, 1032396, 1032397, 1032398, 1032399, 1032400, 1032403, 1032404, 1032405, 1032406, 1032407, 1032408, 1032409, 1032410, 1032411, 1032412, 1032413, 1032414, 1032419, 1032420, 1032421, 1032422, 1032423, 1032424, 1032447, 1032448, 1032449, 1032450, 1032451, 1032452, 1032453, 1032454, 1032455, 1032456, 1032457, 1032458, 1032463, 1032464, 1032465, 1032466, 1032467, 1032468, 1032469, 1032470, 1032471, 1032472, 1032475, 1032476, 1032477, 1032478, 1032479, 1032480, 1032481, 1032482, 1032483, 1032484, 1032485, 1032486, 1032491, 1032492, 1032493, 1032494, 1032495, 1032496, 1032519, 1032520, 1032521, 1032522, 1032523, 1032524, 1032525, 1032526, 1032527, 1032528, 1032529, 1032530, 1032535, 1032536, 1032537, 1032538, 1032539, 1032540, 1032541, 1032542, 1032543, 1032544, 1032547, 1032548, 1032549, 1032550, 1032551, 1032552, 1032553, 1032554, 1032555, 1032556, 1032557, 1032558, 1032563, 1032564, 1032565, 1032566, 1032567, 1032568, 1032591, 1032592, 1032593, 1032594, 1032595, 1032596, 1032597, 1032598, 1032599, 1032600, 1032601, 1032602, 1032607, 1032608, 1032609, 1032610, 1032611, 1032612, 1032613, 1032614, 1032615, 1032616, 1032619, 1032620, 1032621, 1032622, 1032623, 1032624, 1032625, 1032626, 1032627, 1032628, 1032629, 1032630, 1032635, 1032636, 1032637, 1032638, 1032639, 1032640, 1032663, 1032664, 1032665, 1032666, 1032667, 1032668, 1032669, 1032670, 1032671, 1032672, 1032673, 1032674, 1032679, 1032680, 1032681, 1032682, 1032683, 1032684, 1032685, 1032686, 1032687, 1032688, 1032691, 1032692, 1032693, 1032694, 1032695, 1032696, 1032697, 1032698, 1032699, 1032700, 1032701, 1032702, 1032707, 1032708, 1032709, 1032710, 1032711, 1032712, 1032735, 1032736, 1032737, 1032738, 1032739, 1032740, 1032741, 1032742, 1032743, 1032744, 1032745, 1032746, 1032751, 1032752, 1032753, 1032754, 1032755, 1032756, 1032757, 1032758, 1032759, 1032760, 1032763, 1032764, 1032765, 1032766, 1032767, 1032768, 1032769, 1032770, 1032771, 1032772, 1032773, 1032774, 1032779, 1032780, 1032781, 1032782, 1032783, 1032784, 1032807, 1032808, 1032809, 1032810, 1032811, 1032812, 1032813, 1032814, 1032815, 1032816, 1032817, 1032818, 1032823, 1032824, 1032825, 1032826, 1032827, 1032828, 1032829, 1032830, 1032831, 1032832, 1032835, 1032836, 1032837, 1032838, 1032839, 1032840, 1032841, 1032842, 1032843, 1032844, 1032845, 1032850, 1032851, 1032852, 1032853, 1032854, 1032855, 1032878, 1032879, 1032880, 1032881, 1032882, 1032883, 1032884, 1032885, 1032886, 1032887, 1032888, 1032889, 1032894, 1032895, 1032896, 1032897, 1032898, 1032899, 1032900, 1032901, 1032902, 1032903, 1032906, 1032907, 1032908, 1032909, 1032910, 1032911, 1032912, 1032913, 1032914, 1032915, 1032916, 1032917, 1032922, 1032923, 1032924, 1032925, 1032926, 1032927, 1032950, 1032951, 1032952, 1032953, 1032954, 1032955, 1032956, 1032957, 1032958, 1032959, 1032960, 1032961, 1032966, 1032967, 1032968, 1032969, 1032970, 1032971, 1032972, 1032973, 1032974, 1032975, 1032978, 1032979, 1032980, 1032981, 1032982, 1032983, 1032984, 1032985, 1032986, 1032987, 1032988, 1032992, 1032993, 1032994, 1032995, 1032996, 1032997, 1033020, 1033021, 1033022, 1033023, 1033024, 1033025, 1033026, 1033027, 1033028, 1033029, 1033030, 1033031, 1033036, 1033037, 1033038, 1033039, 1033040, 1033041, 1033042, 1033043, 1033044, 1033045, 1033048, 1033049, 1033050, 1033051, 1033052, 1033053, 1033054, 1033055, 1033056, 1033057, 1033058, 1033059, 1033064, 1033065, 1033066, 1033067, 1033068, 1033069, 1033092, 1033093, 1033094, 1033095, 1033096, 1033097, 1033098, 1033099, 1033100, 1033101, 1033102, 1033103, 1033108, 1033109, 1033110, 1033111, 1033112, 1033113, 1033114, 1033115, 1033116, 1033117, 1033120, 1033121, 1033122, 1033123, 1033124, 1033125, 1033126, 1033127, 1033128, 1033129, 1033130, 1033131, 1033136, 1033137, 1033138, 1033139, 1033140, 1033141, 1033164, 1033165, 1033166, 1033167, 1033168, 1033169, 1033170, 1033171, 1033172, 1033173, 1033174, 1033175, 1033180, 1033181, 1033182, 1033183, 1033184, 1033185, 1033186, 1033187, 1033188, 1033189, 1033192, 1033193, 1033194, 1033195, 1033196, 1033197, 1033198, 1033199, 1033200, 1033201, 1033202, 1033203, 1033208, 1033209, 1033210, 1033211, 1033212, 1033213, 1033236, 1033237, 1033238, 1033239, 1033240, 1033241, 1033242, 1033243, 1033244, 1033245, 1033246, 1033247, 1033252, 1033253, 1033254, 1033255, 1033256, 1033257, 1033258, 1033259, 1033260, 1033261, 1033264, 1033265, 1033266, 1033267, 1033268, 1033269, 1033270, 1033271, 1033272, 1033273, 1033274, 1033275, 1033280, 1033281, 1033282, 1033283, 1033284, 1033285, 1033308, 1033309, 1033310, 1033311, 1033312, 1033313, 1033314, 1033315, 1033316, 1033317, 1033318, 1033319, 1033324, 1033325, 1033326, 1033327, 1033328, 1033329, 1033330, 1033331, 1033332, 1033333, 1033336, 1033337, 1033338, 1033339, 1033340, 1033341, 1033342, 1033343, 1033344, 1033345, 1033346, 1033347, 1033352, 1033353, 1033354, 1033355, 1033356, 1033357, 1033380, 1033381, 1033382, 1033383, 1033384, 1033385, 1033386, 1033387, 1033388, 1033389, 1033390, 1033391, 1033396, 1033397, 1033398, 1033399, 1033400, 1033401, 1033402, 1033403, 1033404, 1033405, 1033408, 1033409, 1033410, 1033411, 1033412, 1033413, 1033414, 1033415, 1033416, 1033417, 1033418, 1033419, 1033424, 1033425, 1033426, 1033427, 1033428, 1033429, 1033452, 1033453, 1033454, 1033455, 1033456, 1033457, 1033458, 1033459, 1033460, 1033461, 1033462, 1033463, 1033468, 1033469, 1033470, 1033471, 1033472, 1033473, 1033474, 1033475, 1033476, 1033477, 1033480, 1033481, 1033482, 1033483, 1033484, 1033485, 1033486, 1033487, 1033488, 1033489, 1033490, 1033491, 1033496, 1033497, 1033498, 1033499, 1033500, 1033501, 1033524, 1033525, 1033526, 1033527, 1033528, 1033529, 1033530, 1033531, 1033532, 1033533, 1033534, 1033535, 1033540, 1033541, 1033542, 1033543, 1033544, 1033545, 1033546, 1033547, 1033548, 1033549, 1033552, 1033553, 1033554, 1033555, 1033556, 1033557, 1033558, 1033559, 1033560, 1033561, 1033562, 1033563, 1033568, 1033569, 1033570, 1033571, 1033572, 1033573, 1033596, 1033597, 1033598, 1033599, 1033600, 1033601, 1033602, 1033603, 1033604, 1033605, 1033606, 1033607, 1033612, 1033613, 1033614, 1033615, 1033616, 1033617, 1033618, 1033619, 1033620, 1033621, 1033624, 1033625, 1033626, 1033627, 1033628, 1033629, 1033630, 1033631, 1033632, 1033633, 1033634, 1033635, 1033640, 1033641, 1033642, 1033643, 1033644, 1033645, 1033668, 1033669, 1033670, 1033671, 1033672, 1033673, 1033674, 1033675, 1033676, 1033677, 1033678, 1033679, 1033684, 1033685, 1033686, 1033687, 1033688, 1033689, 1033690, 1033691, 1033692, 1033693, 1033696, 1033697, 1033698, 1033699, 1033700, 1033701, 1033702, 1033703, 1033704, 1033705, 1033706, 1033707, 1033712, 1033713, 1033714, 1033715, 1033716, 1033717, 1033740, 1033741, 1033742, 1033743, 1033744, 1033745, 1033746, 1033747, 1033748, 1033749, 1033750, 1033751, 1033756, 1033757, 1033758, 1033759, 1033760, 1033761, 1033762, 1033763, 1033764, 1033765, 1033768, 1033769, 1033770, 1033771, 1033772, 1033773, 1033774, 1033775, 1033776, 1033777, 1033778, 1033779, 1033784, 1033785, 1033786, 1033787, 1033788, 1033789, 1033812, 1033813, 1033814, 1033815, 1033816, 1033817, 1033818, 1033819, 1033820, 1033821, 1033822, 1033823, 1033828, 1033829, 1033830, 1033831, 1033832, 1033833, 1033834, 1033835, 1033836, 1033837, 1033840, 1033841, 1033842, 1033843, 1033844, 1033845, 1033846, 1033847, 1033848, 1033849, 1033850, 1033851, 1033856, 1033857, 1033858, 1033859, 1033880, 1033881, 1033882, 1033883, 1033884, 1033885, 1033886, 1033887, 1033888, 1033889, 1033890, 1033891, 1033896, 1033897, 1033898, 1033899, 1033900, 1033901, 1033902, 1033903, 1033904, 1033905, 1033908, 1033909, 1033910, 1033911, 1033912, 1033913, 1033914, 1033915, 1033916, 1033917, 1033918, 1033919, 1033924, 1033925, 1033926, 1033927, 1033928, 1033929, 1033952, 1033953, 1033954, 1033955, 1033956, 1033957, 1033958, 1033959, 1033960, 1033961, 1033962, 1033963, 1033968, 1033969, 1033970, 1033971, 1033972, 1033973, 1033974, 1033975, 1033976, 1033977, 1033980, 1033981, 1033982, 1033983, 1033984, 1033985, 1033986, 1033987, 1033988, 1033989, 1033990, 1033991, 1033996, 1033997, 1033998, 1033999, 1034000, 1034001, 1034024, 1034025, 1034026, 1034027, 1034028, 1034029, 1034030, 1034031, 1034032, 1034033, 1034034, 1034035, 1034040, 1034041, 1034042, 1034043, 1034044, 1034045, 1034046, 1034047, 1034048, 1034049, 1034052, 1034053, 1034054, 1034055, 1034056, 1034057, 1034058, 1034059, 1034060, 1034061, 1034062, 1034063, 1034068, 1034069, 1034070, 1034071, 1034072, 1034073, 1431753, 1431754, 1431755, 1431756, 1431757, 1431758, 1431759, 1431760, 1431761, 1431762, 1431763, 1431764, 1431765, 1431766, 1431767, 1431768, 1431769, 1431770, 1431771, 1431772, 1431773, 1431774, 1431775, 1431776, 1431777, 1431778, 1431779, 1431780, 1431781, 1431782, 1431783, 1431784, 1431785, 1431786, 1431787, 1431788, 1431789, 1431790, 1431791, 1431792, 1431793, 1431794, 1431795, 1431796, 1431797, 1431798, 1431799, 1431800, 1431801, 1431802, 1431803, 1431804, 1431805, 1431806, 1431807, 1431808, 1431809, 1431810, 1431811, 1431812, 1431813, 1431814, 1431815, 1431816, 1431817, 1431818, 1431819, 1431820, 1431821, 1431822, 1431823, 1431824, 1431825, 1431826, 1431827, 1431828, 1431829, 1431830, 1431831, 1431832, 1431833, 1431834, 1431835, 1431836, 1431837, 1431838, 1431839, 1431840, 1431841, 1431842, 1431843, 1431844, 1431845, 1431846, 1431847, 1431848, 1431849, 1431850, 1431851, 1431852, 1431853, 1431854, 1431855, 1431856, 1431857, 1431858, 1431859, 1431860, 1431861, 1431862, 1431863, 1431864, 1431865, 1431866, 1431867, 1431868, 1431869, 1431870, 1431871, 1431872, 1431873, 1431874, 1431875, 1431876, 1431877, 1431878, 1431879, 1431880, 1431881, 1431882, 1431883, 1431884, 1431885, 1431886, 1431887, 1431888, 1431889, 1431890, 1431891, 1431892, 1431893, 1431894, 1431895, 1431896, 1431897, 1431898, 1431899, 1431900, 1431901, 1431902, 1431903, 1431904, 1431905, 1431906, 1431907, 1431908, 1431909, 1431910, 1431911, 1431912, 1431913, 1431914, 1431915, 1431916, 1431917, 1431918, 1431919, 1431920, 1431921, 1431922, 1431923, 1431924, 1431925, 1431926, 1431927, 1431928, 1431929, 1431930, 1431931, 1431932, 1431933, 1431934, 1431935, 1431936, 1431937, 1431938, 1431939, 1431940, 1431941, 1431942, 1431943, 1431944, 1431945, 1431946, 1431947, 1431948, 1431949, 1431950, 1431951, 1431952, 1431953, 1431954, 1431955, 1431956, 1431957, 1431958, 1431959, 1431960, 1431961, 1431962, 1431963, 1431964, 1431965, 1431966, 1431967, 1431968, 1431969, 1431970, 1431971, 1431972, 1431973, 1431974, 1431975, 1431976, 1431977, 1431978, 1431979, 1431980, 1431981, 1431982, 1431983, 1431984, 1431985, 1431986, 1431987, 1431988, 1431989, 1431990, 1431991, 1431992, 1431993, 1431994, 1431995, 1431996, 1431997, 1431998, 1431999, 1432000, 1432001, 1432002, 1432003, 1432004, 1432005, 1432006, 1432007, 1432008, 1432009, 1432010, 1432011, 1432012, 1432013, 1432014, 1432015, 1432016, 1432017, 1432018, 1432019, 1432020, 1432021, 1432022, 1432023, 1432024, 1432025, 1432026, 1432027, 1432028, 1432029, 1432030, 1432031, 1432032, 1432033, 1432034, 1432035, 1432036, 1432037, 1432038, 1432039, 1432040, 1432041, 1432042, 1432043, 1432044, 1432045, 1432046, 1432047, 1432048, 1432049, 1432050, 1432051, 1432052, 1432053, 1432054, 1432055, 1432056, 1432057, 1432058, 1432059, 1432060, 1432061, 1432062, 1432063, 1432064, 1432065, 1432066, 1432067, 1432068, 1432069, 1432070, 1432071, 1432072, 1432073, 1432074, 1432075, 1432076, 1432077, 1432078, 1432079, 1432080, 1432081, 1432082, 1432083, 1432084, 1432085, 1432086, 1432087, 1432088, 1432089, 1432090, 1432091, 1432092, 1432093, 1432094, 1432095, 1432096, 1432097, 1432098, 1432099, 1432100, 1432101, 1432102, 1432103, 1432104, 1432105, 1432106, 1432107, 1432108, 1432109, 1432110, 1432111, 1432112, 1432113, 1432114, 1432115, 1432116, 1432117, 1432118, 1432119, 1432120, 1432121, 1432122, 1432123, 1432124, 1432125, 1432126, 1432127, 1432128, 1432129, 1432130, 1432131, 1432132, 1432133, 1432134, 1432135, 1432136, 1432137, 1432138, 1432139, 1432140, 1432141, 1432142, 1432143, 1432144, 1432145, 1432146, 1432147, 1432148, 1432149, 1432150, 1432151, 1432152, 1432153, 1432154, 1432155, 1432156, 1432157, 1432158, 1432159, 1432160, 1432161, 1432162, 1432163, 1432164, 1432165, 1432166, 1432167, 1432168, 1432169, 1432170, 1432171, 1432172, 1432173, 1432174, 1432175, 1432176, 1432177, 1432178, 1432179, 1432180, 1432181, 1432182, 1432183, 1432184, 1432185, 1432186, 1432187, 1432188, 1432189, 1432190, 1432191, 1432192, 1432193, 1432194, 1432195, 1432196, 1432197, 1432198, 1432199, 1432200, 1432201, 1432202, 1432203, 1432204, 1432205, 1432206, 1432207, 1432208, 1432209, 1432210, 1432211, 1432212, 1432213, 1432214, 1432215, 1432216, 1432217, 1432218, 1432219, 1432220, 1432221, 1432222, 1432223, 1432224, 1432225, 1432226, 1432227, 1432228, 1432229, 1432230, 1432231, 1432232, 1432233, 1432234, 1432235, 1432236, 1432237, 1432238, 1432239, 1432240, 1432241, 1432242, 1432243, 1432244, 1432245, 1432246, 1432247, 1432248, 1432249, 1432250, 1432251, 1432252, 1432253, 1432254, 1432255, 1432256, 1432257, 1432258, 1432259, 1432260, 1432261, 1432262, 1432263, 1432264, 1432265, 1432266, 1432267, 1432268, 1432269, 1432270, 1432271, 1432272, 1432273, 1432274, 1432275, 1432276, 1432277, 1432278, 1432279, 1432280, 1432281, 1432282, 1432283, 1432284, 1432285, 1432286, 1432287, 1432288, 1432289, 1432290, 1432291, 1432292, 1432293, 1432294, 1432295, 1432296, 1432297, 1432298, 1432299, 1432300, 1432301, 1432302, 1432303, 1432304, 1432305, 1432306, 1432307, 1432308, 1432309, 1432310, 1432311, 1432312, 1432313, 1432314, 1432315, 1432316, 1432317, 1432318, 1432319, 1432320, 1432321, 1432322, 1432323, 1432324, 1432325, 1432326, 1432327, 1432328, 1432329, 1432330, 1432331, 1432332, 1432333, 1432334, 1432335, 1432336, 1432337, 1432338, 1432339, 1432340, 1432341, 1432342, 1432343, 1432344, 1432345, 1432346, 1432347, 1432348, 1432349, 1432350, 1432351, 1432352, 1432353, 1432354, 1432355, 1432356, 1432357, 1432358, 1432359, 1432360, 1432361, 1432362, 1432363, 1432364, 1432365, 1432366, 1432367, 1432368, 1432369, 1432370, 1432371, 1432372, 1432373, 1432374, 1432375, 1432376, 1432377, 1432378, 1432379, 1432380, 1432381, 1432382, 1432383, 1432384, 1432385, 1432386, 1432387, 1432388, 1432389, 1432390, 1432391, 1432392, 1432393, 1432394, 1432395, 1432396, 1432397, 1432398, 1432399, 1432400, 1432401, 1432402, 1432403, 1432404, 1432405, 1432406, 1432407, 1432408, 1432409, 1432410, 1432411, 1432412, 1432413, 1432414, 1432415, 1432416, 1432417, 1432418, 1432419, 1432420, 1432421, 1432422, 1432423, 1432424, 1432425, 1432426, 1432427, 1432428, 1432429, 1432430, 1432431, 1432432, 1432433, 1432434, 1432435, 1432436, 1432437, 1432438, 1432439, 1432440, 1432441, 1432442, 1432443, 1432444, 1432445, 1432446, 1432447, 1432448, 1432449, 1432450, 1432451, 1432452, 1432453, 1432454, 1432455, 1432456, 1432457, 1432458, 1432459, 1432460, 1432461, 1432462, 1432463, 1432464, 1432465, 1432466, 1432467, 1432468, 1432469, 1432470, 1432471, 1432472, 1432473, 1432474, 1432475, 1432476, 1432477, 1432478, 1432479, 1432480, 1432481, 1432482, 1432483, 1432484, 1432485, 1432486, 1432487, 1432488, 1432489, 1432490, 1432491, 1432492, 1432493, 1432494, 1432495, 1432496, 1432497, 1432498, 1432499, 1432500, 1432501, 1432502, 1432503, 1432504, 1432505, 1432506, 1432507, 1432508, 1432509, 1432510, 1432511, 1432512, 1432513, 1432514, 1432515, 1432516, 1432517, 1432518, 1432519, 1432520, 1432521, 1432522, 1432523, 1432524, 1432525, 1432526, 1432527, 1432528, 1432529, 1432530, 1432531, 1432532, 1432533, 1432534, 1432535, 1432536, 1432537, 1432538, 1432539, 1432540, 1432541, 1432542, 1432543, 1432544, 1432545, 1432546, 1432547, 1432548, 1432549, 1432550, 1432551, 1432552, 1432553, 1432554, 1432555, 1432556, 1432557, 1432558, 1432559, 1432560, 1432561, 1432562, 1432563, 1432564, 1432565, 1432566, 1432567, 1432568, 1432569, 1432570, 1432571, 1432572, 1432573, 1432574, 1432575, 1432576, 1432577, 1432578, 1432579, 1432580, 1432581, 1432582, 1432583, 1432584, 1432585, 1432586, 1432587, 1432588, 1432589, 1432590, 1432591, 1432592, 1432593, 1432594, 1432595, 1432596, 1432597, 1432598, 1432599, 1432600, 1432601, 1432602, 1432603, 1432604, 1432605, 1432606, 1432607, 1432608, 1432609, 1432610, 1432611, 1432612, 1432613, 1432614, 1432615, 1432616, 1432617, 1432618, 1432619, 1432620, 1432621, 1432622, 1432623, 1432624, 1432625, 1432626, 1432627, 1432628, 1432629, 1432630, 1432631, 1432632, 1432633, 1432634, 1432635, 1432636, 1432637, 1432638, 1432639, 1432640, 1432641, 1432642, 1432643, 1432644, 1432645, 1432646, 1432647, 1432648, 1432649, 1432650, 1432651, 1432652, 1432653, 1432654, 1432655, 1432656, 1432657, 1432658, 1432659, 1432660, 1432661, 1432662, 1432663, 1432664, 1432665, 1432666, 1432667, 1432668, 1432669, 1432670, 1432671, 1432672, 1432673, 1432674, 1432675, 1432676, 1432677, 1432678, 1432679, 1432680, 1432681, 1432682, 1432683, 1432684, 1432685, 1432686, 1432687, 1432688, 1432689, 1432690, 1432691, 1432692, 1432693, 1432694, 1432695, 1432696, 1432697, 1432698, 1432699, 1432700, 1432701, 1432702, 1432703, 1432704, 1432705, 1432706, 1432707, 1432708, 1432709, 1432710, 1432711, 1432712, 1432713, 1432714, 1432715, 1432716, 1432717, 1432718, 1432719, 1432720, 1432721, 1432722, 1432723, 1432724, 1432725, 1432726, 1432727, 1432728, 1432729, 1432730, 1432731, 1432732, 1432733, 1432734, 1432735, 1432736, 1432737, 1432738, 1432739, 1432740, 1432741, 1432742, 1432743, 1432744, 1432745, 1432746, 1432747, 1432748, 1432749, 1432750, 1432751, 1432752, 1432753, 1432754, 1432755, 1432756, 1432757, 1432758, 1432759, 1432760, 1432761, 1432762, 1432763, 1432764, 1432765, 1432766, 1432767, 1432768, 1432769, 1432770, 1432771, 1432772, 1432773, 1432774, 1432775, 1432776, 1432777, 1432778, 1432779, 1432780, 1432781, 1432782, 1432783, 1432784, 1432785, 1432786, 1432787, 1432788, 1432789, 1432790, 1432791, 1432792, 1432793, 1432794, 1432795, 1432796, 1432797, 1432798, 1432799, 1432800, 1432801, 1432802, 1432803, 1432804, 1432805, 1432806, 1432807, 1432808, 1432809, 1432810, 1432811, 1432812, 1432813, 1432814, 1432815, 1432816, 1432817, 1432818, 1432819, 1432820, 1432821, 1432822, 1432823, 1432824, 1432825, 1432826, 1432827, 1432828, 1432829, 1432830, 1432831, 1432832, 1432833, 1432834, 1432835, 1432836, 1432837, 1432838, 1432839, 1432840, 1432841, 1432842, 1432843, 1432844) AND il.`id_lang` = 1 ORDER by i.`position` |
6.192
ms
|
0 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 372 |
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 126) |
6.073
ms
|
2352 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1056886, 1056887, 1056888, 1056889, 1056890, 1056891, 1056892, 1056893, 1056894, 1056895, 1056896, 1056897, 1056899, 1056900, 1056901, 1056902, 1056903, 1056910, 1056911, 1056912, 1056913, 1056914, 1056915, 1056916, 1056917, 1056918, 1056919, 1056920, 1056921, 1056922, 1056923, 1056924, 1056928, 1056929, 1056930, 1056931, 1056932, 1056933, 1056934, 1056935, 1056936, 1056937, 1056938, 1056939, 1056940, 1056941, 1056942, 1056943, 1056944, 1056945, 1056952, 1056953, 1056954, 1056955, 1056956, 1056957, 1056958, 1056959, 1056960, 1056994, 1056995, 1056996, 1056997, 1056998, 1056999, 1057000, 1057001, 1057002, 1057003, 1057004, 1057005, 1057006, 1057007, 1057008, 1057009, 1057010, 1057011, 1057018, 1057019, 1057020, 1057021, 1057022, 1057023, 1057024, 1057025, 1057026, 1057027, 1057028, 1057029, 1057030, 1057031, 1057032, 1057036, 1057037, 1057038, 1057039, 1057040, 1057041, 1057042, 1057043, 1057044, 1057045, 1057046, 1057047, 1057048, 1057049, 1057050, 1057051, 1057052, 1057053, 1057060, 1057061, 1057062, 1057063, 1057064, 1057065, 1057066, 1057067, 1057068, 1057102, 1057103, 1057104, 1057105, 1057106, 1057107, 1057108, 1057109, 1057110, 1057111, 1057112, 1057113, 1057114, 1057115, 1057116, 1057117, 1057118, 1057119, 1057126, 1057127, 1057128, 1057129, 1057130, 1057131, 1057132, 1057133, 1057134, 1057135, 1057136, 1057137, 1057138, 1057139, 1057140, 1057144, 1057145, 1057146, 1057147, 1057148, 1057149, 1057150, 1057151, 1057152, 1057153, 1057154, 1057155, 1057156, 1057157, 1057158, 1057159, 1057160, 1057161, 1057168, 1057169, 1057170, 1057171, 1057172, 1057173, 1057174, 1057175, 1057176, 1057210, 1057211, 1057212, 1057213, 1057214, 1057215, 1057216, 1057217, 1057218, 1057219, 1057220, 1057221, 1057222, 1057223, 1057224, 1057225, 1057226, 1057227, 1057234, 1057235, 1057236, 1057237, 1057238, 1057239, 1057240, 1057241, 1057242, 1057243, 1057244, 1057245, 1057246, 1057247, 1057248, 1057252, 1057253, 1057254, 1057255, 1057256, 1057257, 1057258, 1057259, 1057260, 1057261, 1057262, 1057263, 1057264, 1057265, 1057266, 1057267, 1057268, 1057269, 1057276, 1057277, 1057278, 1057279, 1057280, 1057281, 1057282, 1057283, 1057284, 1057318, 1057319, 1057320, 1057321, 1057322, 1057323, 1057324, 1057325, 1057326, 1057327, 1057328, 1057329, 1057330, 1057331, 1057332, 1057333, 1057334, 1057335, 1057342, 1057343, 1057344, 1057345, 1057346, 1057347, 1057348, 1057349, 1057350, 1057351, 1057352, 1057353, 1057354, 1057355, 1057356, 1057360, 1057361, 1057362, 1057363, 1057364, 1057365, 1057366, 1057367, 1057368, 1057369, 1057370, 1057371, 1057372, 1057373, 1057374, 1057375, 1057376, 1057377, 1057384, 1057385, 1057386, 1057387, 1057388, 1057389, 1057390, 1057391, 1057392, 1057426, 1057427, 1057428, 1057429, 1057430, 1057431, 1057432, 1057433, 1057434, 1057435, 1057436, 1057437, 1057438, 1057439, 1057440, 1057441, 1057442, 1057443, 1057450, 1057451, 1057452, 1057453, 1057454, 1057455, 1057456, 1057457, 1057458, 1057459, 1057460, 1057461, 1057462, 1057463, 1057464, 1057468, 1057469, 1057470, 1057471, 1057472, 1057473, 1057474, 1057475, 1057476, 1057477, 1057478, 1057479, 1057480, 1057481, 1057482, 1057483, 1057484, 1057485, 1057492, 1057493, 1057494, 1057495, 1057496, 1057497, 1057498, 1057499, 1057500, 1057534, 1057535, 1057536, 1057537, 1057538, 1057539, 1057540, 1057541, 1057542, 1057543, 1057544, 1057545, 1057546, 1057547, 1057548, 1057549, 1057550, 1057551, 1057558, 1057559, 1057560, 1057561, 1057562, 1057563, 1057564, 1057565, 1057566, 1057567, 1057568, 1057569, 1057570, 1057571, 1057572, 1057576, 1057577, 1057578, 1057579, 1057580, 1057581, 1057582, 1057583, 1057584, 1057585, 1057586, 1057587, 1057588, 1057589, 1057590, 1057591, 1057592, 1057593, 1057600, 1057601, 1057602, 1057603, 1057604, 1057605, 1057606, 1057607, 1057608, 1057642, 1057643, 1057644, 1057645, 1057646, 1057647, 1057648, 1057649, 1057650, 1057651, 1057652, 1057653, 1057654, 1057655, 1057656, 1057657, 1057658, 1057659, 1057666, 1057667, 1057668, 1057669, 1057670, 1057671, 1057672, 1057673, 1057674, 1057675, 1057676, 1057677, 1057678, 1057679, 1057680, 1057684, 1057685, 1057686, 1057687, 1057688, 1057689, 1057690, 1057691, 1057692, 1057693, 1057694, 1057695, 1057696, 1057697, 1057698, 1057699, 1057700, 1057701, 1057708, 1057709, 1057710, 1057711, 1057712, 1057713, 1057714, 1057715, 1057716, 1057750, 1057751, 1057752, 1057753, 1057754, 1057755, 1057756, 1057757, 1057758, 1057759, 1057760, 1057761, 1057762, 1057763, 1057764, 1057765, 1057766, 1057767, 1057774, 1057775, 1057776, 1057777, 1057778, 1057779, 1057780, 1057781, 1057782, 1057783, 1057784, 1057785, 1057786, 1057787, 1057788, 1057792, 1057793, 1057794, 1057795, 1057796, 1057797, 1057798, 1057799, 1057800, 1057801, 1057802, 1057803, 1057804, 1057805, 1057806, 1057807, 1057808, 1057809, 1057816, 1057817, 1057818, 1057819, 1057820, 1057821, 1057822, 1057823, 1057824, 1057858, 1057859, 1057860, 1057861, 1057862, 1057863, 1057864, 1057865, 1057866, 1057867, 1057868, 1057869, 1057870, 1057871, 1057872, 1057873, 1057874, 1057875, 1057882, 1057883, 1057884, 1057885, 1057886, 1057887, 1057888, 1057889, 1057890, 1057891, 1057892, 1057893, 1057894, 1057895, 1057896, 1057900, 1057901, 1057902, 1057903, 1057904, 1057905, 1057906, 1057907, 1057908, 1057909, 1057910, 1057911, 1057912, 1057913, 1057914, 1057915, 1057916, 1057917, 1057924, 1057925, 1057926, 1057927, 1057928, 1057929, 1057930, 1057931, 1057932, 1057966, 1057967, 1057968, 1057969, 1057970, 1057971, 1057972, 1057973, 1057974, 1057975, 1057976, 1057977, 1057978, 1057979, 1057980, 1057981, 1057982, 1057983, 1057990, 1057991, 1057992, 1057993, 1057994, 1057995, 1057996, 1057997, 1057998, 1057999, 1058000, 1058001, 1058002, 1058003, 1058004, 1058008, 1058009, 1058010, 1058011, 1058012, 1058013, 1058014, 1058015, 1058016, 1058017, 1058018, 1058019, 1058020, 1058021, 1058022, 1058023, 1058024, 1058025, 1058032, 1058033, 1058034, 1058035, 1058036, 1058037, 1058038, 1058039, 1058040, 1058074, 1058075, 1058076, 1058077, 1058078, 1058079, 1058080, 1058081, 1058082, 1058083, 1058084, 1058085, 1058086, 1058087, 1058088, 1058089, 1058090, 1058091, 1058098, 1058099, 1058100, 1058101, 1058102, 1058103, 1058104, 1058105, 1058106, 1058107, 1058108, 1058109, 1058110, 1058111, 1058112, 1058116, 1058117, 1058118, 1058119, 1058120, 1058121, 1058122, 1058123, 1058124, 1058125, 1058126, 1058127, 1058128, 1058129, 1058130, 1058131, 1058132, 1058133, 1058140, 1058141, 1058142, 1058143, 1058144, 1058145, 1058146, 1058147, 1058148, 1059154, 1059155, 1059156, 1059157, 1059158, 1059159, 1059160, 1059161, 1059162, 1059163, 1059164, 1059165, 1059166, 1059167, 1059168, 1059169, 1059170, 1059171, 1059178, 1059179, 1059180, 1059181, 1059182, 1059183, 1059184, 1059185, 1059186, 1059187, 1059188, 1059189, 1059190, 1059191, 1059192, 1059196, 1059197, 1059198, 1059199, 1059200, 1059201, 1059202, 1059203, 1059204, 1059205, 1059206, 1059207, 1059208, 1059209, 1059210, 1059211, 1059212, 1059213, 1059220, 1059221, 1059222, 1059223, 1059224, 1059225, 1059226, 1059227, 1059228, 1059262, 1059263, 1059264, 1059265, 1059266, 1059267, 1059268, 1059269, 1059270, 1059271, 1059272, 1059273, 1059274, 1059275, 1059276, 1059277, 1059278, 1059279, 1059286, 1059287, 1059288, 1059289, 1059290, 1059291, 1059292, 1059293, 1059294, 1059295, 1059296, 1059297, 1059298, 1059299, 1059300, 1059304, 1059305, 1059306, 1059307, 1059308, 1059309, 1059310, 1059311, 1059312, 1059313, 1059314, 1059315, 1059316, 1059317, 1059318, 1059319, 1059320, 1059321, 1059328, 1059329, 1059330, 1059331, 1059332, 1059333, 1059334, 1059335, 1059336, 1059370, 1059371, 1059372, 1059373, 1059374, 1059375, 1059376, 1059377, 1059378, 1059379, 1059380, 1059381, 1059382, 1059383, 1059384, 1059385, 1059386, 1059387, 1059394, 1059395, 1059396, 1059397, 1059398, 1059399, 1059400, 1059401, 1059402, 1059403, 1059404, 1059405, 1059406, 1059407, 1059408, 1059412, 1059413, 1059414, 1059415, 1059416, 1059417, 1059418, 1059419, 1059420, 1059421, 1059422, 1059423, 1059424, 1059425, 1059426, 1059427, 1059428, 1059429, 1059436, 1059437, 1059438, 1059439, 1059440, 1059441, 1059442, 1059443, 1059444, 1059478, 1059479, 1059480, 1059481, 1059482, 1059483, 1059484, 1059485, 1059486, 1059487, 1059488, 1059489, 1059490, 1059491, 1059492, 1059493, 1059494, 1059495, 1059502, 1059503, 1059504, 1059505, 1059506, 1059507, 1059508, 1059509, 1059510, 1059511, 1059512, 1059513, 1059514, 1059515, 1059516, 1059520, 1059521, 1059522, 1059523, 1059524, 1059525, 1059526, 1059527, 1059528, 1059529, 1059530, 1059531, 1059532, 1059533, 1059534, 1059535, 1059536, 1059537, 1059544, 1059545, 1059546, 1059547, 1059548, 1059549, 1059550, 1059551, 1059552, 1059586, 1059587, 1059588, 1059589, 1059590, 1059591, 1059592, 1059593, 1059594, 1059595, 1059596, 1059597, 1059598, 1059599, 1059600, 1059601, 1059602, 1059603, 1059610, 1059611, 1059612, 1059613, 1059614, 1059615, 1059616, 1059617, 1059618, 1059619, 1059620, 1059621, 1059622, 1059623, 1059624, 1059628, 1059629, 1059630, 1059631, 1059632, 1059633, 1059634, 1059635, 1059636, 1059637, 1059638, 1059639, 1059640, 1059641, 1059642, 1059643, 1059644, 1059645, 1059652, 1059653, 1059654, 1059655, 1059656, 1059657, 1059658, 1059659, 1059660, 1059694, 1059695, 1059696, 1059697, 1059698, 1059699, 1059700, 1059701, 1059702, 1059703, 1059704, 1059705, 1059706, 1059707, 1059708, 1059709, 1059710, 1059711, 1059718, 1059719, 1059720, 1059721, 1059722, 1059723, 1059724, 1059725, 1059726, 1059727, 1059728, 1059729, 1059730, 1059731, 1059732, 1059736, 1059737, 1059738, 1059739, 1059740, 1059741, 1059742, 1059743, 1059744, 1059745, 1059746, 1059747, 1059748, 1059749, 1059750, 1059751, 1059752, 1059753, 1059760, 1059761, 1059762, 1059763, 1059764, 1059765, 1059766, 1059767, 1059768, 1059802, 1059803, 1059804, 1059805, 1059806, 1059807, 1059808, 1059809, 1059810, 1059811, 1059812, 1059813, 1059814, 1059815, 1059816, 1059817, 1059818, 1059819, 1059826, 1059827, 1059828, 1059829, 1059830, 1059831, 1059832, 1059833, 1059834, 1059835, 1059836, 1059837, 1059838, 1059839, 1059840, 1059844, 1059845, 1059846, 1059847, 1059848, 1059849, 1059850, 1059851, 1059852, 1059853, 1059854, 1059855, 1059856, 1059857, 1059858, 1059859, 1059860, 1059861, 1059868, 1059869, 1059870, 1059871, 1059872, 1059873, 1059874, 1059875, 1059876, 1059910, 1059911, 1059912, 1059913, 1059914, 1059915, 1059916, 1059917, 1059918, 1059919, 1059920, 1059921, 1059922, 1059923, 1059924, 1059925, 1059926, 1059927, 1059934, 1059935, 1059936, 1059937, 1059938, 1059939, 1059940, 1059941, 1059942, 1059943, 1059944, 1059945, 1059946, 1059947, 1059948, 1059952, 1059953, 1059954, 1059955, 1059956, 1059957, 1059958, 1059959, 1059960, 1059961, 1059962, 1059963, 1059964, 1059965, 1059966, 1059967, 1059968, 1059969, 1059976, 1059977, 1059978, 1059979, 1059980, 1059981, 1059982, 1059983, 1059984, 1060018, 1060019, 1060020, 1060021, 1060022, 1060023, 1060024, 1060025, 1060026, 1060027, 1060028, 1060029, 1060030, 1060031, 1060032, 1060033, 1060034, 1060035, 1060042, 1060043, 1060044, 1060045, 1060046, 1060047, 1060048, 1060049, 1060050, 1060051, 1060052, 1060053, 1060054, 1060055, 1060056, 1060060, 1060061, 1060062, 1060063, 1060064, 1060065, 1060066, 1060067, 1060068, 1060069, 1060070, 1060071, 1060072, 1060073, 1060074, 1060075, 1060076, 1060077, 1060084, 1060085, 1060086, 1060087, 1060088, 1060089, 1060090, 1060091, 1060092, 1434441, 1434442, 1434443, 1434444, 1434445, 1434446, 1434447, 1434448, 1434449, 1434450, 1434451, 1434452, 1434453, 1434454, 1434455, 1434456, 1434457, 1434458, 1434459, 1434460, 1434461, 1434462, 1434463, 1434464, 1434465, 1434466, 1434467, 1434468, 1434469, 1434470, 1434471, 1434472, 1434473, 1434474, 1434475, 1434476, 1434477, 1434478, 1434479, 1434480, 1434481, 1434482, 1434483, 1434484, 1434485, 1434486, 1434487, 1434488, 1434489, 1434490, 1434491, 1434492, 1434493, 1434494, 1434495, 1434496, 1434497, 1434498, 1434499, 1434500, 1434501, 1434502, 1434503, 1434504, 1434505, 1434506, 1434507, 1434508, 1434509, 1434510, 1434511, 1434512, 1434513, 1434514, 1434515, 1434516, 1434517, 1434518, 1434519, 1434520, 1434521, 1434522, 1434523, 1434524, 1434525, 1434526, 1434527, 1434528, 1434529, 1434530, 1434531, 1434532, 1434533, 1434534, 1434535, 1434536, 1434537, 1434538, 1434539, 1434540, 1434541, 1434542, 1434543, 1434544, 1434545, 1434546, 1434547, 1434548, 1434549, 1434550, 1434551, 1434552, 1434553, 1434554, 1434555, 1434556, 1434557, 1434558, 1434559, 1434560, 1434561, 1434562, 1434563, 1434564, 1434565, 1434566, 1434567, 1434568, 1434569, 1434570, 1434571, 1434572, 1434573, 1434574, 1434575, 1434576, 1434577, 1434578, 1434579, 1434580, 1434581, 1434582, 1434583, 1434584, 1434585, 1434586, 1434587, 1434588, 1434589, 1434590, 1434591, 1434592, 1434593, 1434594, 1434595, 1434596, 1434597, 1434598, 1434599, 1434600, 1434601, 1434602, 1434603, 1434604, 1434605, 1434606, 1434607, 1434608, 1434609, 1434610, 1434611, 1434612, 1434613, 1434614, 1434615, 1434616, 1434617, 1434618, 1434619, 1434620, 1434621, 1434622, 1434623, 1434624, 1434625, 1434626, 1434627, 1434628, 1434629, 1434630, 1434631, 1434632, 1434633, 1434634, 1434635, 1434636, 1434637, 1434638, 1434639, 1434640, 1434641, 1434642, 1434643, 1434644, 1434645, 1434646, 1434647, 1434648, 1434649, 1434650, 1434651, 1434652, 1434653, 1434654, 1434655, 1434656, 1434657, 1434658, 1434659, 1434660, 1434661, 1434662, 1434663, 1434664, 1434665, 1434666, 1434667, 1434668, 1434669, 1434670, 1434671, 1434672, 1434673, 1434674, 1434675, 1434676, 1434677, 1434678, 1434679, 1434680, 1434681, 1434682, 1434683, 1434684, 1434685, 1434686, 1434687, 1434688, 1434689, 1434690, 1434691, 1434692, 1434693, 1434694, 1434695, 1434696, 1434697, 1434698, 1434699, 1434700, 1434701, 1434702, 1434703, 1434704, 1434705, 1434706, 1434707, 1434708, 1434709, 1434710, 1434711, 1434712, 1434713, 1434714, 1434715, 1434716, 1434717, 1434718, 1434719, 1434720, 1434721, 1434722, 1434723, 1434724, 1434725, 1434726, 1434727, 1434728, 1434729, 1434730, 1434731, 1434732, 1434733, 1434734, 1434735, 1434736, 1434737, 1434738, 1434739, 1434740, 1434741, 1434742, 1434743, 1434744, 1434745, 1434746, 1434747, 1434748, 1434749, 1434750, 1434751, 1434752, 1434753, 1434754, 1434755, 1434756, 1434757, 1434758, 1434759, 1434760, 1434761, 1434762, 1434763, 1434764, 1434765, 1434766, 1434767, 1434768, 1434769, 1434770, 1434771, 1434772, 1434773, 1434774, 1434775, 1434776, 1434777, 1434778, 1434779, 1434780, 1434781, 1434782, 1434783, 1434784, 1434785, 1434786, 1434787, 1434788, 1434789, 1434790, 1434791, 1434792, 1434793, 1434794, 1434795, 1434796, 1434797, 1434798, 1434799, 1434800, 1434801, 1434802, 1434803, 1434804, 1434805, 1434806, 1434807, 1434808, 1434809, 1434810, 1434811, 1434812, 1434813, 1434814, 1434815, 1434816, 1434817, 1434818, 1434819, 1434820, 1434821, 1434822, 1434823, 1434824, 1434825, 1434826, 1434827, 1434828, 1434829, 1434830, 1434831, 1434832, 1434833, 1434834, 1434835, 1434836, 1434837, 1434838, 1434839, 1434840, 1434841, 1434842, 1434843, 1434844, 1434845, 1434846, 1434847, 1434848, 1434849, 1434850, 1434851, 1434852, 1434853, 1434854, 1434855, 1434856, 1434857, 1434858, 1434859, 1434860, 1434861, 1434862, 1434863, 1434864, 1434865, 1434866, 1434867, 1434868, 1434869, 1434870, 1434871, 1434872, 1434873, 1434874, 1434875, 1434876, 1434877, 1434878, 1434879, 1434880, 1434881, 1434882, 1434883, 1434884, 1434885, 1434886, 1434887, 1434888, 1434889, 1434890, 1434891, 1434892, 1434893, 1434894, 1434895, 1434896, 1434897, 1434898, 1434899, 1434900, 1434901, 1434902, 1434903, 1434904, 1434905, 1434906, 1434907, 1434908, 1434909, 1434910, 1434911, 1434912, 1434913, 1434914, 1434915, 1434916, 1434917, 1434918, 1434919, 1434920, 1434921, 1434922, 1434923, 1434924, 1434925, 1434926, 1434927, 1434928, 1434929, 1434930, 1434931, 1434932, 1434933, 1434934, 1434935, 1434936, 1434937, 1434938, 1434939, 1434940, 1434941, 1434942, 1434943, 1434944, 1434945, 1434946, 1434947, 1434948, 1434949, 1434950, 1434951, 1434952, 1434953, 1434954, 1434955, 1434956, 1434957, 1434958, 1434959, 1434960, 1434961, 1434962, 1434963, 1434964, 1434965, 1434966, 1434967, 1434968, 1434969, 1434970, 1434971, 1434972, 1434973, 1434974, 1434975, 1434976, 1434977, 1434978, 1434979, 1434980, 1434981, 1434982, 1434983, 1434984, 1434985, 1434986, 1434987, 1434988, 1434989, 1434990, 1434991, 1434992, 1434993, 1434994, 1434995, 1434996, 1434997, 1434998, 1434999, 1435000, 1435001, 1435002, 1435003, 1435004, 1435005, 1435006, 1435007, 1435008, 1435009, 1435010, 1435011, 1435012, 1435013, 1435014, 1435015, 1435016, 1435017, 1435018, 1435019, 1435020, 1435021, 1435022, 1435023, 1435024, 1435025, 1435026, 1435027, 1435028, 1435029, 1435030, 1435031, 1435032, 1435033, 1435034, 1435035, 1435036, 1435037, 1435038, 1435039, 1435040, 1435041, 1435042, 1435043, 1435044, 1435045, 1435046, 1435047, 1435048, 1435049, 1435050, 1435051, 1435052, 1435053, 1435054, 1435055, 1435056, 1435057, 1435058, 1435059, 1435060, 1435061, 1435062, 1435063, 1435064, 1435065, 1435066, 1435067, 1435068, 1435069, 1435070, 1435071, 1435072, 1435073, 1435074, 1435075, 1435076, 1435077, 1435078, 1435079, 1435080, 1435081, 1435082, 1435083, 1435084, 1435085, 1435086, 1435087, 1435088, 1435089, 1435090, 1435091, 1435092, 1435093, 1435094, 1435095, 1435096, 1435097, 1435098, 1435099, 1435100, 1435101, 1435102, 1435103, 1435104, 1435105, 1435106, 1435107, 1435108, 1435109, 1435110, 1435111, 1435112, 1435113, 1435114, 1435115, 1435116, 1435117, 1435118, 1435119, 1435120, 1435121, 1435122, 1435123, 1435124, 1435125, 1435126, 1435127, 1435128, 1435129, 1435130, 1435131, 1435132, 1435133, 1435134, 1435135, 1435136, 1435137, 1435138, 1435139, 1435140, 1435141, 1435142, 1435143, 1435144, 1435145, 1435146, 1435147, 1435148, 1435149, 1435150, 1435151, 1435152, 1435153, 1435154, 1435155, 1435156, 1435157, 1435158, 1435159, 1435160, 1435161, 1435162, 1435163, 1435164, 1435165, 1435166, 1435167, 1435168, 1435169, 1435170, 1435171, 1435172, 1435173, 1435174, 1435175, 1435176, 1435177, 1435178, 1435179, 1435180, 1435181, 1435182, 1435183, 1435184, 1435185, 1435186, 1435187, 1435188, 1435189, 1435190, 1435191, 1435192, 1435193, 1435194, 1435195, 1435196, 1435197, 1435198, 1435199, 1435200, 1435201, 1435202, 1435203, 1435204, 1435205, 1435206, 1435207, 1435208, 1435209, 1435210, 1435211, 1435212, 1435213, 1435214, 1435215, 1435216, 1435217, 1435218, 1435219, 1435220, 1435221, 1435222, 1435223, 1435224, 1435225, 1435226, 1435227, 1435228, 1435229, 1435230, 1435231, 1435232, 1435233, 1435234, 1435235, 1435236, 1435237, 1435238, 1435239, 1435240, 1435241, 1435242, 1435243, 1435244, 1435245, 1435246, 1435247, 1435248, 1435249, 1435250, 1435251, 1435252, 1435253, 1435254, 1435255, 1435256, 1435257, 1435258, 1435259, 1056898) AND il.`id_lang` = 1 ORDER by i.`position` |
5.079
ms
|
0 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1433769 LIMIT 1 |
4.667
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_configuration` c
LEFT JOIN `prstshp_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
4.612
ms
|
1601 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:41 (require)
|
| 422 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 131) AND (b.`id_shop` = 1) LIMIT 1 |
4.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 43
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
4.155
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 64 AND `id_group` = 1 LIMIT 1 |
4.022
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1020281, 1020282, 1020283, 1020284, 1020286, 1020288, 1020289, 1020290, 1020293, 1020294, 1020296, 1020297, 1020298, 1020299, 1020300, 1020301, 1020304, 1020305, 1020306, 1020318, 1020319, 1020320, 1020321, 1020322, 1020323, 1020325, 1020326, 1020327, 1020330, 1020331, 1020333, 1020334, 1020335, 1020336, 1020337, 1020338, 1020341, 1020342, 1020343, 1020355, 1020356, 1020357, 1020358, 1020359, 1020360, 1020362, 1020363, 1020364, 1020367, 1020368, 1020370, 1020371, 1020372, 1020373, 1020374, 1020375, 1020378, 1020379, 1020380, 1020392, 1020393, 1020394, 1020395, 1020396, 1020397, 1020399, 1020400, 1020401, 1020404, 1020405, 1020407, 1020408, 1020409, 1020410, 1020411, 1020412, 1020415, 1020416, 1020417, 1020429, 1020430, 1020431, 1020432, 1020433, 1020434, 1020436, 1020437, 1020438, 1020441, 1020442, 1020444, 1020445, 1020446, 1020447, 1020448, 1020449, 1020452, 1020453, 1020454, 1020466, 1020467, 1020468, 1020469, 1020470, 1020471, 1020473, 1020474, 1020475, 1020478, 1020479, 1020481, 1020482, 1020483, 1020484, 1020485, 1020486, 1020489, 1020490, 1020491, 1020503, 1020504, 1020505, 1020506, 1020507, 1020508, 1020510, 1020511, 1020512, 1020515, 1020516, 1020518, 1020519, 1020520, 1020521, 1020522, 1020523, 1020526, 1020527, 1020528, 1020540, 1020541, 1020542, 1020543, 1020544, 1020545, 1020547, 1020548, 1020549, 1020552, 1020553, 1020555, 1020556, 1020557, 1020558, 1020559, 1020560, 1020563, 1020564, 1020565, 1020577, 1020578, 1020579, 1020580, 1020581, 1020582, 1020584, 1020585, 1020586, 1020589, 1020590, 1020592, 1020593, 1020594, 1020595, 1020596, 1020597, 1020600, 1020601, 1020602, 1020614, 1020615, 1020616, 1020617, 1020618, 1020619, 1020621, 1020622, 1020623, 1020626, 1020627, 1020629, 1020630, 1020631, 1020632, 1020633, 1020634, 1020637, 1020638, 1020639, 1020651, 1020652, 1020653, 1020654, 1020655, 1020656, 1020658, 1020659, 1020660, 1020663, 1020664, 1020666, 1020667, 1020668, 1020669, 1020670, 1020671, 1020674, 1020675, 1020676, 1020688, 1020689, 1020690, 1020691, 1020692, 1020693, 1020695, 1020696, 1020697, 1020700, 1020701, 1020703, 1020704, 1020705, 1020706, 1020707, 1020708, 1020711, 1020712, 1020713, 1020725, 1020726, 1020727, 1020728, 1020729, 1020730, 1020732, 1020733, 1020734, 1020737, 1020738, 1020740, 1020741, 1020742, 1020743, 1020744, 1020745, 1020748, 1020749, 1020750, 1020762, 1020763, 1020764, 1020765, 1020766, 1020767, 1020769, 1020770, 1020771, 1020774, 1020775, 1020777, 1020778, 1020779, 1020780, 1020781, 1020782, 1020785, 1020786, 1020787, 1020799, 1020800, 1020801, 1020802, 1020803, 1020804, 1020806, 1020807, 1020808, 1020811, 1020812, 1020814, 1020815, 1020816, 1020817, 1020818, 1020819, 1020822, 1020823, 1020824, 1020836, 1020837, 1020838, 1020839, 1020840, 1020841, 1020843, 1020844, 1020845, 1020848, 1020849, 1020851, 1020852, 1020853, 1020854, 1020855, 1020856, 1020859, 1020860, 1020861, 1020873, 1020874, 1020875, 1020876, 1020877, 1020878, 1020880, 1020881, 1020882, 1020885, 1020886, 1020888, 1020889, 1020890, 1020891, 1020892, 1020893, 1020896, 1020897, 1020898, 1020910, 1020911, 1020912, 1020913, 1020914, 1020915, 1020917, 1020918, 1020919, 1020922, 1020923, 1020925, 1020926, 1020927, 1020928, 1020929, 1020930, 1020933, 1020934, 1020935, 1020947, 1020948, 1020949, 1020950, 1020951, 1020952, 1020954, 1020955, 1020956, 1020959, 1020960, 1020962, 1020963, 1020964, 1020965, 1020966, 1020967, 1020970, 1020971, 1020972, 1020984, 1020985, 1020986, 1020987, 1020988, 1020989, 1020991, 1020992, 1020993, 1020996, 1020997, 1020999, 1021000, 1021001, 1021002, 1021003, 1021004, 1021007, 1021008, 1021009, 1021021, 1021022, 1021023, 1021024, 1021025, 1021026, 1021028, 1021029, 1021030, 1021033, 1021034, 1021036, 1021037, 1021038, 1021039, 1021040, 1021041, 1021044, 1021045, 1021046, 1021058, 1021059, 1021060, 1021061, 1021062, 1021063, 1021065, 1021066, 1021067, 1021070, 1021071, 1021073, 1021074, 1021075, 1021076, 1021077, 1021078, 1021081, 1021082, 1021083, 1021095, 1021096, 1021097, 1021098, 1021099, 1021100, 1021102, 1021103, 1021104, 1021107, 1021108, 1021110, 1021111, 1021112, 1021113, 1021114, 1021115, 1021118, 1021119, 1021120, 1021132, 1021133, 1021134, 1021135, 1021136, 1021137, 1021139, 1021140, 1021141, 1021144, 1021145, 1021147, 1021148, 1021149, 1021150, 1021151, 1021152, 1021155, 1021156, 1021157, 1021169, 1021170, 1021171, 1021172, 1021173, 1021174, 1021176, 1021177, 1021178, 1021181, 1021182, 1021184, 1021185, 1021186, 1021187, 1021188, 1021189, 1021192, 1021193, 1021194, 1021206, 1021207, 1021208, 1021209, 1021210, 1021211, 1021213, 1021214, 1021215, 1021218, 1021219, 1021221, 1021222, 1021223, 1021224, 1021225, 1021226, 1021229, 1021230, 1021231, 1021243, 1021244, 1021245, 1021246, 1021247, 1021248, 1021250, 1021251, 1021252, 1021255, 1021256, 1021258, 1021259, 1021260, 1021261, 1021262, 1021263, 1021266, 1021267, 1021268, 1021280, 1021281, 1021282, 1021283, 1021284, 1021285, 1021287, 1021288, 1021289, 1021292, 1021293, 1021295, 1021296, 1021297, 1021298, 1021299, 1021300, 1021303, 1021304, 1021305, 1021317, 1021318, 1021319, 1021320, 1021321, 1021322, 1021324, 1021325, 1021326, 1021329, 1021330, 1021332, 1021333, 1021334, 1021335, 1021336, 1021337, 1021340, 1021341, 1021342, 1021354, 1021355, 1021356, 1021357, 1021358, 1021359, 1021361, 1021362, 1021363, 1021366, 1021367, 1021369, 1021370, 1021371, 1021372, 1021373, 1021374, 1021377, 1021378, 1021379, 1021391, 1021392, 1021393, 1021394, 1021395, 1021396, 1021398, 1021399, 1021400, 1021403, 1021404, 1021406, 1021407, 1021408, 1021409, 1021410, 1021411, 1021414, 1021415, 1021416, 1021428, 1021429, 1021430, 1021431, 1021432, 1021433, 1021435, 1021436, 1021437, 1021440, 1021441, 1021443, 1021444, 1021445, 1021446, 1021447, 1021448, 1021451, 1021452, 1021453, 1021465, 1021466, 1021467, 1021468, 1021469, 1021470, 1021472, 1021473, 1021474, 1021477, 1021478, 1021480, 1021481, 1021482, 1021483, 1021484, 1021485, 1021488, 1021489, 1021490, 1021502, 1021503, 1021504, 1021505, 1021506, 1021507, 1021509, 1021510, 1021511, 1021514, 1021515, 1021517, 1021518, 1021519, 1021520, 1021521, 1021522, 1021525, 1021526, 1021527, 1021539, 1021540, 1021541, 1021542, 1021543, 1021544, 1021546, 1021547, 1021548, 1021551, 1021552, 1021554, 1021555, 1021556, 1021557, 1021558, 1021559, 1021562, 1021563, 1021564, 1021576, 1021577, 1021578, 1021579, 1021580, 1021581, 1021583, 1021584, 1021585, 1021588, 1021589, 1021591, 1021592, 1021593, 1021594, 1021595, 1021596, 1021599, 1021600, 1021601, 1021613, 1021614, 1021615, 1021616, 1021617, 1021618, 1021620, 1021621, 1021622, 1021625, 1021626, 1021628, 1021629, 1021630, 1021631, 1021632, 1021633, 1021636, 1021637, 1021638, 1021650, 1021651, 1021652, 1021653, 1021654, 1021655, 1021657, 1021658, 1021659, 1021662, 1021663, 1021665, 1021666, 1021667, 1021668, 1021669, 1021670, 1021673, 1021674, 1021675, 1021687, 1021688, 1021689, 1021690, 1021691, 1021692, 1021694, 1021695, 1021696, 1021699, 1021700, 1021702, 1021703, 1021704, 1021705, 1021706, 1021707, 1021710, 1021711, 1021712, 1021724, 1021725, 1021726, 1021727, 1021728, 1021729, 1021731, 1021732, 1021733, 1021736, 1021737, 1021739, 1021740, 1021741, 1021742, 1021743, 1021744, 1021747, 1021748, 1021749, 1021761, 1021762, 1021763, 1021764, 1021765, 1021766, 1021768, 1021769, 1021770, 1021773, 1021774, 1021776, 1021777, 1021778, 1021779, 1021780, 1021781, 1021784, 1021785, 1021786, 1021798, 1021799, 1021800, 1021801, 1021802, 1021803, 1021805, 1021806, 1021807, 1021810, 1021811, 1021813, 1021814, 1021815, 1021816, 1021817, 1021818, 1021821, 1021822, 1021823, 1021835, 1021836, 1021837, 1021838, 1021839, 1021840, 1021842, 1021843, 1021844, 1021847, 1021848, 1021850, 1021851, 1021852, 1021853, 1021854, 1021855, 1021858, 1021859, 1021860, 1021872, 1021873, 1021874, 1021875, 1021876, 1021877, 1021879, 1021880, 1021881, 1021884, 1021885, 1021887, 1021888, 1021889, 1021890, 1021891, 1021892, 1021895, 1021896, 1021897, 1021909, 1021910, 1021911, 1021912, 1021913, 1021914, 1021916, 1021917, 1021918, 1021921, 1021922, 1021924, 1021925, 1021926, 1021927, 1021928, 1021929, 1021932, 1021933, 1021934, 1021946, 1021947, 1021948, 1021949, 1021950, 1021951, 1021953, 1021954, 1021955, 1021958, 1021959, 1021961, 1021962, 1021963, 1021964, 1021965, 1021966, 1021969, 1021970, 1021971, 1021983, 1021984, 1021985, 1021986, 1021987, 1021988, 1021990, 1021991, 1021992, 1021995, 1021996, 1021998, 1021999, 1022000, 1022001, 1022002, 1022003, 1022006, 1022007, 1022008, 1022020, 1022021, 1022022, 1022023, 1022024, 1022025, 1022027, 1022028, 1022029, 1022032, 1022033, 1022035, 1022036, 1022037, 1022038, 1022039, 1022040, 1022043, 1022044, 1022045, 1022501, 1022502, 1022503, 1022504, 1022505, 1022506, 1022508, 1022509, 1022510, 1022513, 1022514, 1022516, 1022517, 1022518, 1022519, 1022520, 1022521, 1022524, 1022525, 1022526, 1022538, 1022539, 1022540, 1022541, 1022542, 1022543, 1022545, 1022546, 1022547, 1022550, 1022551, 1022553, 1022554, 1022555, 1022556, 1022557, 1022558, 1022561, 1022562, 1022563, 1022575, 1022576, 1022577, 1022578, 1022579, 1022580, 1022582, 1022583, 1022584, 1022587, 1022588, 1022590, 1022591, 1022592, 1022593, 1022594, 1022595, 1022598, 1022599, 1022600, 1022612, 1022613, 1022614, 1022615, 1022616, 1022617, 1022619, 1022620, 1022621, 1022624, 1022625, 1022627, 1022628, 1022629, 1022630, 1022631, 1022632, 1022635, 1022636, 1022637, 1022649, 1022650, 1022651, 1022652, 1022653, 1022654, 1022656, 1022657, 1022658, 1022661, 1022662, 1022664, 1022665, 1022666, 1022667, 1022668, 1022669, 1022672, 1022673, 1022674, 1022686, 1022687, 1022688, 1022689, 1022690, 1022691, 1022693, 1022694, 1022695, 1022698, 1022699, 1022701, 1022702, 1022703, 1022704, 1022705, 1022706, 1022709, 1022710, 1022711, 1022723, 1022724, 1022725, 1022726, 1022727, 1022728, 1022730, 1022731, 1022732, 1022735, 1022736, 1022738, 1022739, 1022740, 1022741, 1022742, 1022743, 1022746, 1022747, 1022748, 1022760, 1022761, 1022762, 1022763, 1022764, 1022765, 1022767, 1022768, 1022769, 1022772, 1022773, 1022775, 1022776, 1022777, 1022778, 1022779, 1022780, 1022783, 1022784, 1022785, 1022797, 1022798, 1022799, 1022800, 1022801, 1022802, 1022804, 1022805, 1022806, 1022809, 1022810, 1022812, 1022813, 1022814, 1022815, 1022816, 1022817, 1022820, 1022821, 1022822, 1022834, 1022835, 1022836, 1022837, 1022838, 1022839, 1022841, 1022842, 1022843, 1022846, 1022847, 1022849, 1022850, 1022851, 1022852, 1022853, 1022854, 1022857, 1022858, 1022859, 1022871, 1022872, 1022873, 1022874, 1022875, 1022876, 1022878, 1022879, 1022880, 1022883, 1022884, 1022886, 1022887, 1022888, 1022889, 1022890, 1022891, 1022894, 1022895, 1022896, 1022908, 1022909, 1022910, 1022911, 1022912, 1022913, 1022915, 1022916, 1022917, 1022920, 1022921, 1022923, 1022924, 1022925, 1022926, 1022927, 1022928, 1022931, 1022932, 1022933, 1022945, 1022946, 1022947, 1022948, 1022949, 1022950, 1022952, 1022953, 1022954, 1022957, 1022958, 1022960, 1022961, 1022962, 1022963, 1022964, 1022965, 1022968, 1022969, 1022970, 1022982, 1022983, 1022984, 1022985, 1022986, 1022987, 1022989, 1022990, 1022991, 1022994, 1022995, 1022997, 1022998, 1022999, 1023000, 1023001, 1023002, 1023005, 1023006, 1023007, 1023019, 1023020, 1023021, 1023022, 1023023, 1023024, 1023026, 1023027, 1023028, 1023031, 1023032, 1023034, 1023035, 1023036, 1023037, 1023038, 1023039, 1023042, 1023043, 1023044, 1023056, 1023057, 1023058, 1023059, 1023060, 1023061, 1023063, 1023064, 1023065, 1023068, 1023069, 1023071, 1023072, 1023073, 1023074, 1023075, 1023076, 1023079, 1023080, 1023081, 1023093, 1023094, 1023095, 1023096, 1023097, 1023098, 1023100, 1023101, 1023102, 1023105, 1023106, 1023108, 1023109, 1023110, 1023111, 1023112, 1023113, 1023116, 1023117, 1023118, 1023130, 1023131, 1023132, 1023133, 1023134, 1023135, 1023137, 1023138, 1023139, 1023142, 1023143, 1023145, 1023146, 1023147, 1023148, 1023149, 1023150, 1023153, 1023154, 1023155, 1023167, 1023168, 1023169, 1023170, 1023171, 1023172, 1023174, 1023175, 1023176, 1023179, 1023180, 1023182, 1023183, 1023184, 1023185, 1023186, 1023187, 1023190, 1023191, 1023192, 1023204, 1023205, 1023206, 1023207, 1023208, 1023209, 1023211, 1023212, 1023213, 1023216, 1023217, 1023219, 1023220, 1023221, 1023222, 1023223, 1023224, 1023227, 1023228, 1023229, 1023241, 1023242, 1023243, 1023244, 1023245, 1023246, 1023248, 1023249, 1023250, 1023253, 1023254, 1023256, 1023257, 1023258, 1023259, 1023260, 1023261, 1023264, 1023265, 1023266, 1023278, 1023279, 1023280, 1023281, 1023282, 1023283, 1023285, 1023286, 1023287, 1023290, 1023291, 1023293, 1023294, 1023295, 1023296, 1023297, 1023298, 1023301, 1023302, 1023303, 1023315, 1023316, 1023317, 1023318, 1023319, 1023320, 1023322, 1023323, 1023324, 1023327, 1023328, 1023330, 1023331, 1023332, 1023333, 1023334, 1023335, 1023338, 1023339, 1023340, 1023352, 1023353, 1023354, 1023355, 1023356, 1023357, 1023359, 1023360, 1023361, 1023364, 1023365, 1023367, 1023368, 1023369, 1023370, 1023371, 1023372, 1023375, 1023376, 1023377, 1023389, 1023390, 1023391, 1023392, 1023393, 1023394, 1023396, 1023397, 1023398, 1023401, 1023402, 1023404, 1023405, 1023406, 1023407, 1023408, 1023409, 1023412, 1023413, 1023414, 1023426, 1023427, 1023428, 1023429, 1023430, 1023431, 1023433, 1023434, 1023435, 1023438, 1023439, 1023441, 1023442, 1023443, 1023444, 1023445, 1023446, 1023449, 1023450, 1023451, 1023463, 1023464, 1023465, 1023466, 1023467, 1023468, 1023470, 1023471, 1023472, 1023475, 1023476, 1023478, 1023479, 1023480, 1023481, 1023482, 1023483, 1023486, 1023487, 1023488, 1023500, 1023501, 1023502, 1023503, 1023504, 1023505, 1023507, 1023508, 1023509, 1023512, 1023513, 1023515, 1023516, 1023517, 1023518, 1023519, 1023520, 1023523, 1023524, 1023525, 1023537, 1023538, 1023539, 1023540, 1023541, 1023542, 1023544, 1023545, 1023546, 1023549, 1023550, 1023552, 1023553, 1023554, 1023555, 1023556, 1023557, 1023560, 1023561, 1023562, 1023574, 1023575, 1023576, 1023577, 1023578, 1023579, 1023581, 1023582, 1023583, 1023586, 1023587, 1023589, 1023590, 1023591, 1023592, 1023593, 1023594, 1023597, 1023598, 1023599, 1023611, 1023612, 1023613, 1023614, 1023615, 1023616, 1023618, 1023619, 1023620, 1023623, 1023624, 1023626, 1023627, 1023628, 1023629, 1023630, 1023631, 1023634, 1023635, 1023636, 1023648, 1023649, 1023650, 1023651, 1023652, 1023653, 1023655, 1023656, 1023657, 1023660, 1023661, 1023663, 1023664, 1023665, 1023666, 1023667, 1023668, 1023671, 1023672, 1023673, 1023685, 1023686, 1023687, 1023688, 1023689, 1023690, 1023692, 1023693, 1023694, 1023697, 1023698, 1023700, 1023701, 1023702, 1023703, 1023704, 1023705, 1023708, 1023709, 1023710, 1023722, 1023723, 1023724, 1023725, 1023726, 1023727, 1023729, 1023730, 1023731, 1023734, 1023735, 1023737, 1023738, 1023739, 1023740, 1023741, 1023742, 1023745, 1023746, 1023747, 1023759, 1023760, 1023761, 1023762, 1023763, 1023764, 1023766, 1023767, 1023768, 1023771, 1023772, 1023774, 1023775, 1023776, 1023777, 1023778, 1023779, 1023782, 1023783, 1023784, 1023796, 1023797, 1023798, 1023799, 1023800, 1023801, 1023803, 1023804, 1023805, 1023808, 1023809, 1023811, 1023812, 1023813, 1023814, 1023815, 1023816, 1023819, 1023820, 1023821, 1439950, 1439951, 1439952, 1439953, 1439954, 1439955, 1439956, 1439957, 1439958, 1439959, 1439960, 1439961, 1439962, 1439963, 1439964, 1439965, 1439966, 1439967, 1439968, 1439969, 1439970, 1439971, 1439972, 1439973, 1439974, 1439975, 1439976, 1439977, 1439978, 1439979, 1439980, 1439981, 1439982, 1439983, 1439984, 1439985, 1439986, 1439987, 1439988, 1439989, 1439990, 1439991, 1439992, 1439993, 1439994, 1439995, 1439996, 1439997, 1439998, 1439999, 1440000, 1440001, 1440002, 1440003, 1440004, 1440005, 1440006, 1440007, 1440008, 1440009, 1440010, 1440011, 1440012, 1440013, 1440014, 1440015, 1440016, 1440017, 1440018, 1440019, 1440020, 1440021, 1440022, 1440023, 1440024, 1440025, 1440026, 1440027, 1440028, 1440029, 1440030, 1440031, 1440032, 1440033, 1440034, 1440035, 1440036, 1440037, 1440038, 1440039, 1440040, 1440041, 1440042, 1440043, 1440044, 1440045, 1440046, 1440047, 1440048, 1440049, 1440050, 1440051, 1440052, 1440053, 1440054, 1440055, 1440056, 1440057, 1440058, 1440059, 1440060, 1440061, 1440062, 1440063, 1440064, 1440065, 1440066, 1440067, 1440068, 1440069, 1440070, 1440071, 1440072, 1440073, 1440074, 1440075, 1440076, 1440077, 1440078, 1440079, 1440080, 1440081, 1440082, 1440083, 1440084, 1440085, 1440086, 1440087, 1440088, 1440089, 1440090, 1440091, 1440092, 1440093, 1440094, 1440095, 1440096, 1440097, 1440098, 1440099, 1440100, 1440101, 1440102, 1440103, 1440104, 1440105, 1440106, 1440107, 1440108, 1440109, 1440110, 1440111, 1440112, 1440113, 1440114, 1440115, 1440116, 1440117, 1440118, 1440119, 1440120, 1440121, 1440122, 1440123, 1440124, 1440125, 1440126, 1440127, 1440128, 1440129, 1440130, 1440131, 1440132, 1440133, 1440134, 1440135, 1440136, 1440137, 1440138, 1440139, 1440140, 1440141, 1440142, 1440143, 1440144, 1440145, 1440146, 1440147, 1440148, 1440149, 1440150, 1440151, 1440152, 1440153, 1440154, 1440155, 1440156, 1440157, 1440158, 1440159, 1440160, 1440161, 1440162, 1440163, 1440164, 1440165, 1440166, 1440167, 1440168, 1440169, 1440170, 1440171, 1440172, 1440173, 1440174, 1440175, 1440176, 1440177, 1440178, 1440179, 1440180, 1440181, 1440182, 1440183, 1440184, 1440185, 1440186, 1440187, 1440188, 1440189, 1440190, 1440191, 1440192, 1440193, 1440194, 1440195, 1440196, 1440197, 1440198, 1440199, 1440200, 1440201, 1440202, 1440203, 1440204, 1440205, 1440206, 1440207, 1440208, 1440209, 1440210, 1440211, 1440212, 1440213, 1440214, 1440215, 1440216, 1440217, 1440218, 1440219, 1440220, 1440221, 1440222, 1440223, 1440224, 1440225, 1440226, 1440227, 1440228, 1440229, 1440230, 1440231, 1440232, 1440233, 1440234, 1440235, 1440236, 1440237, 1440238, 1440239, 1440240, 1440241, 1440242, 1440243, 1440244, 1440245, 1440246, 1440247, 1440248, 1440249, 1440250, 1440251, 1440252, 1440253, 1440254, 1440255, 1440256, 1440257, 1440258, 1440259, 1440260, 1440261, 1440262, 1440263, 1440264, 1440265, 1440266, 1440267, 1440268, 1440269, 1440270, 1440271, 1440272, 1440273, 1440274, 1440275, 1440276, 1440277, 1440278, 1440279, 1440280, 1440281, 1440282, 1440283, 1440284, 1440285, 1440286, 1440287, 1440288, 1440289, 1440290, 1440291, 1440292, 1440293, 1440294, 1440295, 1440296, 1440297, 1440298, 1440299, 1440300, 1440301, 1440302, 1440303, 1440304, 1440305, 1440306, 1440307, 1440308, 1440309, 1440310, 1440311, 1440312, 1440313, 1440314, 1440315, 1440316, 1440317, 1440318, 1440319, 1440320, 1440321, 1440322, 1440323, 1440324, 1440325, 1440326, 1440327, 1440328, 1440329, 1440330, 1440331, 1440332, 1440333, 1440334, 1440335, 1440336, 1440337, 1440338, 1440339, 1440340, 1440341, 1440342, 1440343, 1440344, 1440345, 1440346, 1440347, 1440348, 1440349, 1440350, 1440351, 1440352, 1440353, 1440354, 1440355, 1440356, 1440357, 1440358, 1440359, 1440360, 1440361, 1440362, 1440363, 1440364, 1440365, 1440366, 1440367, 1440368, 1440369, 1440370, 1440371, 1440372, 1440373, 1440374, 1440375, 1440376, 1440377, 1440378, 1440379, 1440380, 1440381, 1440382, 1440383, 1440384, 1440385, 1440386, 1440387, 1440388, 1440389, 1440390, 1440391, 1440392, 1440393, 1440394, 1440395, 1440396, 1440397, 1440398, 1440399, 1440400, 1440401, 1440402, 1440403, 1440404, 1440405, 1440406, 1440407, 1440408, 1440409, 1440410, 1440411, 1440412, 1440413, 1440414, 1440415, 1440416, 1440417, 1440418, 1440419, 1440420, 1440421, 1440422, 1440423, 1440424, 1440425, 1440426, 1440427, 1440428, 1440429, 1440430, 1440431, 1440432, 1440433, 1440434, 1440435, 1440436, 1440437, 1440438, 1440439, 1440440, 1440441, 1440442, 1440443, 1440444, 1440445, 1440446, 1440447, 1440448, 1440449, 1440450, 1440451, 1440452, 1440453, 1440454, 1440455, 1440456, 1440457, 1440458, 1440459, 1440460, 1440461, 1440462, 1440463, 1440464, 1440465, 1440466, 1440467, 1440468, 1440469, 1440470, 1440471, 1440472, 1440473, 1440474, 1440475, 1440476, 1440477, 1440478, 1440479, 1440480, 1440481, 1440482, 1440483, 1440484, 1440485, 1440486, 1440487, 1440488, 1440489, 1440490, 1440491, 1440492, 1440493, 1440494, 1440495, 1020285) AND il.`id_lang` = 1 ORDER by i.`position` |
3.983
ms
|
0 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `prstshp_lang` l
JOIN prstshp_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
3.882
ms
|
1 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:42 (getInstance)
|
| 300 |
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 74) |
3.867
ms
|
784 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
3.854
ms
|
39 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 15 |
3.810
ms
|
4392 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 130 |
3.650
ms
|
196 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1301610, 1301611, 1301612, 1301613, 1301614, 1301615, 1301616, 1301617, 1301618, 1301619, 1301620, 1301621, 1301622, 1301623, 1301624, 1301625, 1301626, 1301627, 1301628, 1301629, 1301630, 1301631, 1301632, 1301633, 1301634, 1301635, 1301636, 1301637, 1301638, 1301639, 1301640, 1301641, 1301642, 1301643, 1301644, 1301645, 1301646, 1301647, 1301648, 1301649, 1301650, 1301651, 1301652, 1301653, 1301654, 1301655, 1301656, 1301663, 1301664, 1301665, 1301666, 1301667, 1301668, 1301669, 1301670, 1301671, 1301684, 1301685, 1301686, 1301696, 1301697, 1301698, 1301699, 1301700, 1301701, 1301702, 1301703, 1301704, 1301705, 1301706, 1301707, 1301708, 1301709, 1301710, 1301711, 1301712, 1301713, 1301714, 1301715, 1301716, 1301717, 1301718, 1301719, 1301720, 1301721, 1301722, 1301723, 1301724, 1301725, 1301726, 1301727, 1301728, 1301729, 1301730, 1301731, 1301732, 1301733, 1301734, 1301735, 1301736, 1301737, 1301738, 1301739, 1301740, 1301741, 1301742, 1301743, 1301750, 1301751, 1301752, 1301753, 1301754, 1301755, 1301756, 1301757, 1301758, 1301771, 1301772, 1301773, 1301783, 1301784, 1301785, 1301786, 1301787, 1301788, 1301789, 1301790, 1301791, 1301792, 1301793, 1301794, 1301795, 1301796, 1301797, 1301798, 1301799, 1301800, 1301801, 1301802, 1301803, 1301804, 1301805, 1301806, 1301807, 1301808, 1301809, 1301810, 1301811, 1301812, 1301813, 1301814, 1301815, 1301816, 1301817, 1301818, 1301819, 1301820, 1301821, 1301822, 1301823, 1301824, 1301825, 1301826, 1301827, 1301828, 1301829, 1301830, 1301837, 1301838, 1301839, 1301840, 1301841, 1301842, 1301843, 1301844, 1301845, 1301858, 1301859, 1301860, 1301870, 1301871, 1301872, 1301873, 1301874, 1301875, 1301876, 1301877, 1301878, 1301879, 1301880, 1301881, 1301882, 1301883, 1301884, 1301885, 1301886, 1301887, 1301888, 1301889, 1301890, 1301891, 1301892, 1301893, 1301894, 1301895, 1301896, 1301897, 1301898, 1301899, 1301900, 1301901, 1301902, 1301903, 1301904, 1301905, 1301906, 1301907, 1301908, 1301909, 1301910, 1301911, 1301912, 1301913, 1301914, 1301915, 1301916, 1301917, 1301924, 1301925, 1301926, 1301927, 1301928, 1301929, 1301930, 1301931, 1301932, 1301945, 1301946, 1301947, 1301957, 1301958, 1301959, 1301960, 1301961, 1301962, 1301963, 1301964, 1301965, 1301966, 1301967, 1301968, 1301969, 1301970, 1301971, 1301972, 1301973, 1301974, 1301975, 1301976, 1301977, 1301978, 1301979, 1301980, 1301981, 1301982, 1301983, 1301984, 1301985, 1301986, 1301987, 1301988, 1301989, 1301990, 1301991, 1301992, 1301993, 1301994, 1301995, 1301996, 1301997, 1301998, 1301999, 1302000, 1302001, 1302002, 1302003, 1302004, 1302011, 1302012, 1302013, 1302014, 1302015, 1302016, 1302017, 1302018, 1302019, 1302032, 1302033, 1302034, 1302044, 1302045, 1302046, 1302047, 1302048, 1302049, 1302050, 1302051, 1302052, 1302053, 1302054, 1302055, 1302056, 1302057, 1302058, 1302059, 1302060, 1302061, 1302062, 1302063, 1302064, 1302065, 1302066, 1302067, 1302068, 1302069, 1302070, 1302071, 1302072, 1302073, 1302074, 1302075, 1302076, 1302077, 1302078, 1302079, 1302080, 1302081, 1302082, 1302083, 1302084, 1302085, 1302086, 1302087, 1302088, 1302089, 1302090, 1302091, 1302098, 1302099, 1302100, 1302101, 1302102, 1302103, 1302104, 1302105, 1302106, 1302119, 1302120, 1302121, 1302131, 1302132, 1302133, 1302134, 1302135, 1302136, 1302137, 1302138, 1302139, 1302140, 1302141, 1302142, 1302143, 1302144, 1302145, 1302146, 1302147, 1302148, 1302149, 1302150, 1302151, 1302152, 1302153, 1302154, 1302155, 1302156, 1302157, 1302158, 1302159, 1302160, 1302161, 1302162, 1302163, 1302164, 1302165, 1302166, 1302167, 1302168, 1302169, 1302170, 1302171, 1302172, 1302173, 1302174, 1302175, 1302176, 1302177, 1302178, 1302185, 1302186, 1302187, 1302188, 1302189, 1302190, 1302191, 1302192, 1302193, 1302206, 1302207, 1302208, 1302218, 1302219, 1302220, 1302221, 1302222, 1302223, 1302224, 1302225, 1302226, 1302227, 1302228, 1302229, 1302230, 1302231, 1302232, 1302233, 1302234, 1302235, 1302236, 1302237, 1302238, 1302239, 1302240, 1302241, 1302242, 1302243, 1302244, 1302245, 1302246, 1302247, 1302248, 1302249, 1302250, 1302251, 1302252, 1302253, 1302254, 1302255, 1302256, 1302257, 1302258, 1302259, 1302260, 1302261, 1302262, 1302263, 1302264, 1302265, 1302272, 1302273, 1302274, 1302275, 1302276, 1302277, 1302278, 1302279, 1302280, 1302293, 1302294, 1302295, 1302305, 1302306, 1302307, 1302308, 1302309, 1302310, 1302311, 1302312, 1302313, 1302314, 1302315, 1302316, 1302317, 1302318, 1302319, 1302320, 1302321, 1302322, 1302323, 1302324, 1302325, 1302326, 1302327, 1302328, 1302329, 1302330, 1302331, 1302332, 1302333, 1302334, 1302335, 1302336, 1302337, 1302338, 1302339, 1302340, 1302341, 1302342, 1302343, 1302344, 1302345, 1302346, 1302347, 1302348, 1302349, 1302350, 1302351, 1302352, 1302359, 1302360, 1302361, 1302362, 1302363, 1302364, 1302365, 1302366, 1302367, 1302380, 1302381, 1302382, 1302392, 1302393, 1302394, 1302395, 1302396, 1302397, 1302398, 1302399, 1302400, 1302401, 1302402, 1302403, 1302404, 1302405, 1302406, 1302407, 1302408, 1302409, 1302410, 1302411, 1302412, 1302413, 1302414, 1302415, 1302416, 1302417, 1302418, 1302419, 1302420, 1302421, 1302422, 1302423, 1302424, 1302425, 1302426, 1302427, 1302428, 1302429, 1302430, 1302431, 1302432, 1302433, 1302434, 1302435, 1302436, 1302437, 1302438, 1302439, 1302446, 1302447, 1302448, 1302449, 1302450, 1302451, 1302452, 1302453, 1302454, 1302467, 1302468, 1302469, 1302479, 1302480, 1302481, 1302482, 1302483, 1302484, 1302485, 1302486, 1302487, 1302488, 1302489, 1302490, 1302491, 1302492, 1302493, 1302494, 1302495, 1302496, 1302497, 1302498, 1302499, 1302500, 1302501, 1302502, 1302503, 1302504, 1302505, 1302506, 1302507, 1302508, 1302509, 1302510, 1302511, 1302512, 1302513, 1302514, 1302515, 1302516, 1302517, 1302518, 1302519, 1302520, 1302521, 1302522, 1302523, 1302524, 1302525, 1302526, 1302533, 1302534, 1302535, 1302536, 1302537, 1302538, 1302539, 1302540, 1302541, 1302554, 1302555, 1302556, 1302566, 1302567, 1302568, 1302569, 1302570, 1302571, 1302572, 1302573, 1302574, 1302575, 1302576, 1302577, 1302578, 1302579, 1302580, 1302581, 1302582, 1302583, 1302584, 1302585, 1302586, 1302587, 1302588, 1302589, 1302590, 1302591, 1302592, 1302593, 1302594, 1302595, 1302596, 1302597, 1302598, 1302599, 1302600, 1302601, 1302602, 1302603, 1302604, 1302605, 1302606, 1302607, 1302608, 1302609, 1302610, 1302611, 1302612, 1302613, 1302620, 1302621, 1302622, 1302623, 1302624, 1302625, 1302626, 1302627, 1302628, 1302641, 1302642, 1302643, 1302653, 1302654, 1302655, 1302656, 1302657, 1302658, 1302659, 1302660, 1302661, 1302662, 1302663, 1302664, 1302665, 1302666, 1302667, 1302668, 1302669, 1302670, 1302671, 1302672, 1302673, 1302674, 1302675, 1302676, 1302677, 1302678, 1302679, 1302680, 1302681, 1302682, 1302683, 1302684, 1302685, 1302686, 1302687, 1302688, 1302689, 1302690, 1302691, 1302692, 1302693, 1302694, 1302695, 1302696, 1302697, 1302698, 1302699, 1302700, 1302707, 1302708, 1302709, 1302710, 1302711, 1302712, 1302713, 1302714, 1302715, 1302728, 1302729, 1302730, 1302740, 1302741, 1302742, 1302743, 1302744, 1302745, 1302746, 1302747, 1302748, 1302749, 1302750, 1302751, 1302752, 1302753, 1302754, 1302755, 1302756, 1302757, 1302758, 1302759, 1302760, 1302761, 1302762, 1302763, 1302764, 1302765, 1302766, 1302767, 1302768, 1302769, 1302770, 1302771, 1302772, 1302773, 1302774, 1302775, 1302776, 1302777, 1302778, 1302779, 1302780, 1302781, 1302782, 1302783, 1302784, 1302785, 1302786, 1302787, 1302794, 1302795, 1302796, 1302797, 1302798, 1302799, 1302800, 1302801, 1302802, 1302815, 1302816, 1302817, 1302827, 1302828, 1302829, 1302830, 1302831, 1302832, 1302833, 1302834, 1302835, 1302836, 1302837, 1302838, 1302839, 1302840, 1302841, 1302842, 1302843, 1302844, 1302845, 1302846, 1302847, 1302848, 1302849, 1302850, 1302851, 1302852, 1302853, 1302854, 1302855, 1302856, 1302857, 1302858, 1302859, 1302860, 1302861, 1302862, 1302863, 1302864, 1302865, 1302866, 1302867, 1302868, 1302869, 1302870, 1302871, 1302872, 1302873, 1302874, 1302881, 1302882, 1302883, 1302884, 1302885, 1302886, 1302887, 1302888, 1302889, 1302902, 1302903, 1302904, 1302914, 1302915, 1302916, 1302917, 1302918, 1302919, 1302920, 1302921, 1302922, 1302923, 1302924, 1302925, 1302926, 1302927, 1302928, 1302929, 1302930, 1302931, 1302932, 1302933, 1302934, 1302935, 1302936, 1302937, 1302938, 1302939, 1302940, 1302941, 1302942, 1302943, 1302944, 1302945, 1302946, 1302947, 1302948, 1302949, 1302950, 1302951, 1302952, 1302953, 1302954, 1302955, 1302956, 1302957, 1302958, 1302959, 1302960, 1302961, 1302968, 1302969, 1302970, 1302971, 1302972, 1302973, 1302974, 1302975, 1302976, 1302989, 1302990, 1302991, 1303001, 1303002, 1303003, 1303004, 1303005, 1303006, 1303007, 1303008, 1303009, 1303010, 1303011, 1303012, 1303013, 1303014, 1303015, 1303016, 1303017, 1303018, 1303019, 1303020, 1303021, 1303022, 1303023, 1303024, 1303025, 1303026, 1303027, 1303028, 1303029, 1303030, 1303031, 1303032, 1303033, 1303034, 1303035, 1303036, 1303037, 1303038, 1303039, 1303040, 1303041, 1303042, 1303043, 1303044, 1303045, 1303046, 1303047, 1303048, 1303055, 1303056, 1303057, 1303058, 1303059, 1303060, 1303061, 1303062, 1303063, 1303076, 1303077, 1303078, 1303088, 1303089, 1303090, 1303091, 1303092, 1303093, 1303094, 1303095, 1303096, 1303097, 1303098, 1303099, 1303100, 1303101, 1303102, 1303103, 1303104, 1303105, 1303106, 1303107, 1303108, 1303109, 1303110, 1303111, 1303112, 1303113, 1303114, 1303115, 1303116, 1303117, 1303118, 1303119, 1303120, 1303121, 1303122, 1303123, 1303124, 1303125, 1303126, 1303127, 1303128, 1303129, 1303130, 1303131, 1303132, 1303133, 1303134, 1303135, 1303142, 1303143, 1303144, 1303145, 1303146, 1303147, 1303148, 1303149, 1303150, 1303163, 1303164, 1303165, 1303175, 1303176, 1303177, 1303178, 1303179, 1303180, 1303181, 1303182, 1303183, 1303184, 1303185, 1303186, 1303187, 1303188, 1303189, 1303190, 1303191, 1303192, 1303193, 1303194, 1303195, 1303196, 1303197, 1303198, 1303199, 1303200, 1303201, 1303202, 1303203, 1303204, 1303205, 1303206, 1303207, 1303208, 1303209, 1303210, 1303211, 1303212, 1303213, 1303214, 1303215, 1303216, 1303217, 1303218, 1303219, 1303220, 1303221, 1303222, 1303229, 1303230, 1303231, 1303232, 1303233, 1303234, 1303235, 1303236, 1303237, 1303250, 1303251, 1303252, 1303262, 1303263, 1303264, 1303265, 1303266, 1303267, 1303268, 1303269, 1303270, 1303271, 1303272, 1303273, 1303274, 1303275, 1303276, 1303277, 1303278, 1303279, 1303280, 1303281, 1303282, 1303283, 1303284, 1303285, 1303286, 1303287, 1303288, 1303289, 1303290, 1303291, 1303292, 1303293, 1303294, 1303295, 1303296, 1303297, 1303298, 1303299, 1303300, 1303301, 1303302, 1303303, 1303304, 1303305, 1303306, 1303307, 1303308, 1303309, 1303316, 1303317, 1303318, 1303319, 1303320, 1303321, 1303322, 1303323, 1303324, 1303337, 1303338, 1303339, 1303349, 1303350, 1303351, 1303352, 1303353, 1303354, 1303355, 1303356, 1303357, 1303358, 1303359, 1303360, 1303361, 1303362, 1303363, 1303364, 1303365, 1303366, 1303367, 1303368, 1303369, 1303370, 1303371, 1303372, 1303373, 1303374, 1303375, 1303376, 1303377, 1303378, 1303379, 1303380, 1303381, 1303382, 1303383, 1303384, 1303385, 1303386, 1303387, 1303388, 1303389, 1303390, 1303391, 1303392, 1303393, 1303394, 1303395, 1303396, 1303403, 1303404, 1303405, 1303406, 1303407, 1303408, 1303409, 1303410, 1303411, 1303424, 1303425, 1303426, 1437606, 1437607, 1437608, 1437609, 1437610, 1437611, 1437612, 1437613, 1437614, 1437615, 1437616, 1437617, 1437618, 1437619, 1437620, 1437621, 1437622, 1437623, 1437624, 1437625, 1437626, 1437627, 1437628, 1437629, 1437630, 1437631, 1437632, 1437633, 1437634, 1437635, 1437636, 1437637, 1437638, 1437639, 1437640, 1437641, 1437642, 1437643, 1437644, 1437645, 1437646, 1437647, 1437648, 1437649, 1437650, 1437651, 1437652, 1437653, 1437654, 1437655, 1437656, 1437657, 1437658, 1437659, 1437660, 1437661, 1437662, 1437663, 1437664, 1437665, 1437666, 1437667, 1437668, 1437669, 1437670, 1437671, 1437672, 1437673, 1437674, 1437675, 1437676, 1437677, 1437678, 1437679, 1437680, 1437681, 1437682, 1437683, 1437684, 1437685, 1437686, 1437687, 1437688, 1437689, 1437690, 1437691, 1437692, 1437693, 1437694, 1437695, 1437696, 1437697, 1437698, 1437699, 1437700, 1437701, 1437702, 1437703, 1437704, 1437705, 1437706, 1437707, 1437708, 1437709, 1437710, 1437711, 1437712, 1437713, 1437714, 1437715, 1437716, 1437717, 1437718, 1437719, 1437720, 1437721, 1437722, 1437723, 1437724, 1437725, 1437726, 1437727, 1437728, 1437729, 1437730, 1437731, 1437732, 1437733, 1437734, 1437735, 1437736, 1437737, 1437738, 1437739, 1437740, 1437741, 1437742, 1437743, 1437744, 1437745, 1437746, 1437747, 1437748, 1437749, 1437750, 1437751, 1437752, 1437753, 1437754, 1437755, 1437756, 1437757, 1437758, 1437759, 1437760, 1437761, 1437762, 1437763, 1437764, 1437765, 1437766, 1437767, 1437768, 1437769, 1437770, 1437771, 1437772, 1437773, 1437774, 1437775, 1437776, 1437777, 1437778, 1437779, 1437780, 1437781, 1437782, 1437783, 1437784, 1437785, 1437786, 1437787, 1437788, 1437789, 1437790, 1437791, 1437792, 1437793, 1437794, 1437795, 1437796, 1437797, 1437798, 1437799, 1437800, 1437801, 1437802, 1437803, 1437804, 1437805, 1437806, 1437807, 1437808, 1437809, 1437810, 1437811, 1437812, 1437813, 1437814, 1437815, 1437816, 1437817, 1437818, 1437819, 1437820, 1437821, 1437822, 1437823, 1437824, 1437825, 1437826, 1437827, 1437828, 1437829, 1437830, 1437831, 1437832, 1437833, 1437834, 1437835, 1437836, 1437837, 1437838, 1437839, 1437840, 1437841, 1437842, 1437843, 1437844, 1437845, 1437846, 1437847, 1437848, 1437849, 1437850, 1437851, 1437852, 1437853, 1437854, 1437855, 1437856, 1437857, 1437858, 1437859, 1437860, 1437861, 1437862, 1437863, 1437864, 1437865, 1437866, 1437867, 1437868, 1437869, 1437870, 1437871, 1437872, 1437873, 1437874, 1437875, 1437876, 1437877, 1437878, 1437879, 1437880, 1437881, 1437882, 1437883, 1437884, 1437885, 1437886, 1437887, 1437888, 1437889, 1437890, 1437891, 1437892, 1437893, 1437894, 1437895, 1437896, 1437897, 1437898, 1437899, 1437900, 1437901, 1437902, 1437903, 1437904, 1437905, 1437906, 1437907, 1437908, 1437909, 1437910, 1437911, 1437912, 1437913, 1437914, 1437915, 1437916, 1437917, 1437918, 1437919, 1437920, 1437921, 1437922, 1437923, 1437924, 1437925, 1437926, 1437927, 1437928, 1437929, 1437930, 1437931, 1437932, 1437933, 1437934, 1437935, 1437936, 1437937, 1437938, 1437939, 1437940, 1437941, 1437942, 1437943, 1437944, 1437945, 1437946, 1437947, 1437948, 1437949, 1437950, 1437951, 1437952, 1437953, 1437954, 1437955, 1437956, 1437957, 1437958, 1437959, 1437960, 1437961, 1437962, 1437963, 1437964, 1437965, 1437966, 1437967, 1437968, 1437969, 1437970, 1437971, 1437972, 1437973, 1437974, 1437975, 1437976, 1437977, 1437978, 1437979, 1437980, 1437981, 1437982, 1437983, 1437984, 1437985, 1437986, 1437987, 1437988, 1437989, 1437990, 1437991, 1437992, 1437993, 1437994, 1437995, 1437996, 1437997, 1437998, 1437999, 1438000, 1438001, 1438002, 1438003, 1438004, 1438005, 1438006, 1438007, 1438008, 1438009, 1438010, 1438011, 1438012, 1438013, 1438014, 1438015, 1438016, 1438017, 1438018, 1438019, 1438020, 1438021, 1438022, 1438023, 1438024, 1438025, 1438026, 1438027, 1438028, 1438029, 1438030, 1438031, 1438032, 1438033, 1438034, 1438035, 1438036, 1438037, 1438038, 1438039, 1438040, 1438041, 1438042, 1438043, 1438044, 1438045, 1438046, 1438047, 1438048, 1438049, 1438050, 1438051, 1438052, 1438053, 1438054, 1438055, 1438056, 1438057, 1438058, 1438059, 1438060, 1438061, 1438062, 1438063, 1438064, 1438065, 1438066, 1438067, 1438068, 1438069, 1438070, 1438071, 1438072, 1438073, 1438074, 1438075, 1438076, 1438077, 1438078, 1438079, 1438080, 1438081, 1438082, 1438083, 1438084, 1438085, 1438086, 1438087, 1438088, 1438089, 1438090, 1438091, 1438092, 1438093, 1438094, 1438095, 1438096, 1438097, 1438098, 1438099, 1438100, 1438101, 1438102, 1438103, 1438104, 1438105, 1438106, 1438107, 1438108, 1438109, 1438110, 1438111, 1438112, 1438113, 1438114, 1438115, 1438116, 1438117, 1438118, 1438119, 1438120, 1438121, 1438122, 1438123, 1438124, 1438125, 1438126, 1438127, 1438128, 1438129, 1438130, 1438131, 1438132, 1438133, 1438134, 1438135, 1438136, 1438137, 1438138, 1438139, 1438140, 1438141, 1438142, 1438143, 1438144, 1438145, 1438146, 1438147, 1438148, 1438149, 1438150, 1438151, 1438152, 1438153, 1438154, 1438155, 1438156, 1438157, 1438158, 1438159, 1438160, 1438161, 1438162, 1438163, 1438164, 1438165, 1438166, 1438167, 1438168, 1438169, 1438170, 1438171, 1438172, 1438173, 1438174, 1438175, 1438176, 1438177, 1438178, 1438179, 1438180, 1438181, 1438182, 1438183, 1438184, 1438185, 1438186, 1438187, 1438188, 1438189, 1438190, 1438191, 1438192, 1438193, 1438194, 1438195, 1438196, 1438197, 1438198, 1438199, 1438200, 1438201, 1438202, 1438203, 1438204, 1438205, 1438206, 1438207, 1438208, 1438209, 1438210, 1438211, 1438212, 1438213, 1438214, 1438215, 1438216, 1438217, 1438218, 1438219, 1438220, 1438221, 1438222, 1438223, 1438224, 1438225, 1438226, 1438227, 1438228, 1438229, 1438230, 1438231, 1438232, 1438233, 1438234, 1438235, 1438236, 1438237, 1438238, 1438239, 1438240, 1438241, 1438242, 1438243, 1438244, 1438245, 1438246, 1438247, 1438248, 1438249, 1438250, 1438251, 1438252, 1438253, 1438254, 1438255, 1438256, 1438257, 1438258, 1438259, 1438260, 1438261, 1438262, 1438263, 1438264, 1438265, 1438266, 1438267, 1438268, 1438269, 1438270, 1438271, 1438272, 1438273, 1438274, 1438275, 1438276, 1438277, 1438278, 1438279, 1438280, 1438281, 1438282, 1438283, 1438284, 1438285, 1438286, 1438287, 1438288, 1438289, 1438290, 1438291, 1438292, 1438293, 1438294, 1438295, 1438296, 1438297, 1438298, 1438299, 1438300, 1438301, 1438302, 1438303, 1438304, 1438305, 1438306, 1438307, 1438308, 1438309, 1438310, 1438311, 1438312, 1438313, 1438314, 1438315, 1438316, 1438317, 1438318, 1438319, 1438320, 1438321, 1438322, 1438323, 1438324, 1438325, 1438326, 1438327, 1438328, 1438329, 1438330, 1438331, 1438332, 1438333, 1438334, 1438335, 1438336, 1438337, 1438338, 1438339, 1438340, 1438341, 1438342, 1438343, 1438344, 1438345, 1438346, 1438347, 1438348, 1438349, 1438350, 1438351, 1438352, 1438353, 1438354, 1438355, 1438356, 1438357, 1438358, 1438359, 1438360, 1438361, 1438362, 1438363, 1438364, 1438365, 1438366, 1438367, 1438368, 1438369, 1438370, 1438371, 1438372, 1438373, 1438374, 1438375, 1438376, 1438377, 1438378, 1438379, 1438380, 1438381, 1438382, 1438383, 1438384, 1438385, 1438386, 1438387, 1438388, 1438389, 1438390, 1438391, 1438392, 1438393, 1438394, 1438395, 1438396, 1438397, 1438398, 1438399, 1438400, 1438401, 1438402, 1438403, 1438404, 1438405, 1438406, 1438407, 1438408, 1438409, 1438410, 1438411, 1438412, 1438413, 1438414, 1438415, 1438416, 1438417, 1438418, 1438419, 1438420, 1438421, 1438422, 1438423, 1438424, 1438425, 1438426, 1438427, 1438428, 1438429, 1438430, 1438431, 1438432, 1438433, 1438434, 1438435, 1438436, 1438437, 1438438, 1438439, 1438440, 1438441, 1438442, 1438443, 1438444, 1438445, 1438446, 1438447, 1438448, 1438449, 1438450, 1438451, 1438452, 1438453, 1438454, 1438455, 1438456, 1438457, 1438458, 1438459, 1438460, 1438461, 1438462, 1438463, 1438464, 1438465, 1438466, 1438467, 1438468, 1438469, 1438470, 1438471, 1438472, 1438473, 1438474, 1438475, 1438476, 1438477, 1438478, 1438479, 1438480, 1438481, 1438482, 1438483, 1438484, 1438485, 1438486, 1438487, 1438488, 1438489, 1438490, 1438491, 1438492, 1438493, 1438494, 1438495, 1438496, 1438497, 1438498, 1438499, 1438500, 1438501, 1438502, 1438503, 1438504, 1438505, 1438506, 1438507, 1438508, 1438509, 1438510, 1438511, 1438512, 1438513, 1438514, 1438515, 1438516, 1438517, 1438518, 1438519, 1438520, 1438521, 1438522, 1438523, 1438524, 1438525, 1438526, 1438527, 1438528, 1438529, 1438530, 1438531, 1438532, 1438533, 1438534, 1438535, 1438536, 1438537, 1438538, 1438539, 1438540, 1438541, 1438542, 1438543, 1438544, 1438545, 1438546, 1438547, 1438548, 1438549, 1438550, 1438551, 1438552, 1438553, 1438554, 1438555, 1438556, 1438557, 1438558, 1438559, 1438560, 1438561, 1438562, 1438563, 1438564, 1438565, 1438566, 1438567, 1438568, 1438569, 1438570, 1438571, 1438572, 1438573, 1438574, 1438575, 1438576, 1438577, 1438578, 1438579, 1438580, 1438581, 1438582, 1438583, 1438584, 1438585, 1438586, 1438587, 1438588, 1438589, 1438590, 1438591, 1438592, 1438593, 1438594, 1438595, 1438596, 1438597, 1438598, 1438599, 1438600, 1438601, 1438602, 1438603, 1438604, 1438605, 1438606, 1438607, 1438608, 1438609, 1438610, 1438611, 1438612, 1438613, 1438614, 1438615, 1438616, 1438617, 1438618, 1438619, 1438620, 1438621, 1438622, 1438623, 1438624, 1438625, 1438626, 1438627, 1438628, 1438629, 1438630, 1438631, 1438632, 1438633, 1438634, 1438635, 1438636, 1438637, 1438638, 1438639, 1438640, 1438641, 1438642, 1438643, 1438644, 1438645, 1438646, 1438647, 1438648, 1438649, 1438650, 1438651, 1438652, 1438653, 1438654, 1438655, 1438656, 1438657, 1438658, 1438659, 1438660, 1438661, 1438662, 1438663, 1438664, 1438665, 1438666, 1438667, 1438668, 1438669, 1438670, 1438671, 1438672, 1438673, 1438674, 1438675, 1438676, 1438677, 1438678, 1438679, 1438680, 1438681, 1438682, 1438683, 1438684, 1438685, 1438686, 1438687, 1438688, 1438689, 1438690, 1438691, 1438692, 1438693, 1438694, 1438695, 1438696, 1438697, 1438698, 1438699, 1438700, 1438701, 1438702, 1438703, 1438704, 1438705, 1438706, 1438707, 1438708, 1438709, 1438710, 1438711, 1438712, 1438713, 1438714, 1438715, 1438716, 1438717, 1438718, 1438719, 1438720, 1438721, 1438722, 1438723, 1438724, 1438725, 1438726, 1438727, 1438728, 1438729, 1438730, 1438731, 1438732, 1438733, 1438734, 1438735, 1438736, 1438737, 1438738, 1438739, 1438740, 1438741, 1438742, 1438743, 1438744, 1438745, 1438746, 1438747, 1438748, 1438749, 1438750, 1438751, 1438752, 1438753, 1438754, 1438755, 1438756, 1438757, 1438758, 1438759, 1438760, 1438761, 1438762, 1438763, 1438764, 1438765, 1438766, 1438767, 1438768, 1438769, 1438770, 1438771, 1438772, 1438773, 1438774, 1438775, 1438776, 1438777, 1438778, 1438779, 1438780, 1438781, 1438782, 1438783, 1438784, 1438785, 1438786, 1438787, 1438788, 1438789, 1438790, 1438791, 1438792, 1438793, 1438794, 1438795, 1438796, 1438797, 1438798, 1438799, 1438800, 1438801, 1438802, 1438803, 1438804, 1438805, 1438806, 1438807, 1438808, 1438809, 1438810, 1438811, 1438812, 1438813, 1438814, 1438815, 1438816, 1438817, 1438818, 1438819, 1438820, 1438821, 1438822, 1438823, 1438824, 1438825, 1438826, 1438827, 1438828, 1438829, 1438830, 1438831, 1438832, 1438833, 1438834, 1438835, 1438836, 1438837, 1438838, 1438839, 1438840, 1438841, 1438842, 1438843, 1438844, 1438845, 1438846, 1438847, 1438848, 1438849, 1438850, 1438851, 1438852, 1438853, 1438854, 1438855, 1438856, 1438857, 1438858, 1438859, 1438860, 1438861, 1438862, 1438863, 1438864, 1438865, 1438866, 1438867, 1438868, 1438869, 1438870, 1438871, 1438872, 1438873, 1438874, 1438875, 1438876, 1438877, 1438878, 1438879, 1438880, 1438881, 1438882, 1438883, 1438884, 1438885, 1438886, 1438887, 1438888, 1438889, 1438890, 1438891, 1438892, 1438893, 1438894, 1438895, 1438896, 1438897, 1438898, 1438899, 1438900, 1438901, 1438902, 1438903, 1438904, 1438905, 1438906, 1438907, 1438908, 1438909, 1438910, 1438911, 1438912, 1438913, 1438914, 1438915, 1438916, 1438917, 1438918, 1438919, 1438920, 1438921, 1438922, 1438923, 1438924, 1438925, 1438926, 1438927, 1438928, 1438929, 1438930, 1438931, 1438932, 1438933, 1438934, 1438935, 1438936, 1438937, 1438938, 1438939, 1438940, 1438941, 1438942, 1438943, 1438944, 1438945, 1438946, 1438947, 1438948, 1438949, 1438950, 1438951, 1438952, 1438953, 1438954, 1438955, 1438956, 1438957, 1438958, 1438959, 1438960, 1438961, 1438962, 1438963, 1438964, 1438965, 1438966, 1438967, 1438968, 1438969, 1438970, 1438971, 1438972, 1438973, 1438974, 1438975, 1438976, 1438977, 1438978, 1438979, 1438980, 1438981, 1438982, 1438983, 1438984, 1438985, 1438986, 1438987, 1438988, 1438989, 1438990, 1438991, 1438992, 1438993, 1438994, 1438995, 1438996, 1438997, 1438998, 1438999, 1439000, 1439001, 1439002, 1439003, 1439004, 1439005, 1439006, 1439007, 1439008, 1439009, 1439010, 1439011, 1439012, 1439013, 1439014, 1439015, 1439016, 1439017, 1439018, 1439019, 1439020, 1439021, 1439022, 1439023, 1439024, 1439025, 1439026, 1439027, 1439028, 1439029, 1439030, 1439031, 1439032, 1439033, 1439034, 1439035, 1439036, 1439037, 1439038, 1439039, 1439040, 1439041, 1439042, 1439043, 1439044, 1439045, 1439046, 1439047, 1439048, 1439049, 1439050, 1439051, 1439052, 1439053, 1439054, 1439055, 1439056, 1439057, 1439058, 1439059, 1439060, 1439061, 1439062, 1439063, 1439064, 1439065, 1439066, 1439067, 1439068, 1439069, 1439070, 1439071, 1439072, 1439073, 1439074, 1439075, 1439076, 1439077, 1439078, 1439079, 1439080, 1439081, 1439082, 1439083, 1439084, 1439085, 1439086, 1439087, 1439088, 1439089, 1439090, 1439091, 1439092, 1439093, 1439094, 1439095, 1439096, 1439097, 1439098, 1439099, 1439100, 1439101, 1439102, 1439103, 1439104, 1439105, 1439106, 1439107, 1439108, 1439109, 1439110, 1439111, 1439112, 1439113, 1439114, 1439115, 1439116, 1439117, 1439118, 1439119, 1439120, 1439121, 1439122, 1439123, 1439124, 1439125, 1439126, 1439127, 1439128, 1439129, 1439130, 1439131, 1439132, 1439133, 1439134, 1439135, 1439136, 1439137, 1439138, 1439139, 1439140, 1439141, 1439142, 1439143, 1439144, 1439145, 1439146, 1439147, 1439148, 1439149, 1439150, 1439151, 1439152, 1439153, 1439154, 1439155, 1439156, 1439157, 1439158, 1439159, 1439160, 1439161, 1439162, 1439163, 1439164, 1439165, 1439166, 1439167, 1439168, 1439169, 1439170, 1439171, 1439172, 1439173, 1439174, 1439175, 1439176, 1439177, 1439178, 1439179, 1439180, 1439181, 1439182, 1439183, 1439184, 1439185, 1439186, 1439187, 1439188, 1439189, 1439190, 1439191, 1439192, 1439193, 1439194, 1439195, 1439196, 1439197, 1439198, 1439199, 1439200, 1439201, 1439202, 1439203, 1439204, 1439205, 1439206, 1439207, 1439208, 1439209, 1439210, 1439211, 1439212, 1439213, 1439214, 1439215, 1439216, 1439217, 1439218, 1439219, 1439220, 1439221, 1439222, 1439223, 1439224, 1439225, 1439226, 1439227, 1439228, 1439229, 1439230, 1439231, 1439232, 1439233, 1439234, 1439235, 1439236, 1439237, 1439238, 1439239, 1439240, 1439241, 1439242, 1439243, 1439244, 1439245, 1439246, 1439247, 1439248, 1439249, 1439250, 1439251, 1439252, 1439253, 1439254, 1439255, 1439256, 1439257, 1439258, 1439259, 1439260, 1439261, 1439262, 1439263, 1439264, 1439265, 1439266, 1439267, 1439268, 1439269, 1439270, 1439271, 1439272, 1439273, 1439274, 1439275, 1439276, 1439277, 1439278, 1439279, 1439280, 1439281, 1439282, 1439283, 1439284, 1439285, 1439286, 1439287, 1439288, 1439289, 1439290, 1439291, 1439292, 1439293, 1439294, 1439295, 1439296, 1439297, 1439298, 1439299, 1439300, 1439301, 1439302, 1439303, 1439304, 1439305, 1439306, 1439307, 1439308, 1439309, 1439310, 1439311, 1439312, 1439313, 1439314, 1439315, 1439316, 1439317, 1439318, 1439319, 1439320, 1439321, 1439322, 1439323, 1439324, 1439325, 1439326, 1439327, 1439328, 1439329, 1439330, 1439331, 1439332, 1439333, 1439334, 1439335, 1439336, 1439337, 1439338, 1439339, 1439340, 1439341, 1439342, 1439343, 1439344, 1439345, 1439346, 1439347, 1439348, 1439349, 1439350, 1439351, 1439352, 1439353, 1439354, 1439355, 1439356, 1439357, 1439358, 1439359, 1439360, 1439361, 1439362, 1439363, 1439364, 1439365, 1439366, 1439367, 1439368, 1301609) AND il.`id_lang` = 1 ORDER by i.`position` |
3.431
ms
|
0 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19
ORDER BY `position` |
3.247
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1091252, 1091253, 1091254, 1091255, 1091257, 1091260, 1091261, 1091262, 1091263, 1091264, 1091265, 1091266, 1091267, 1091268, 1091269, 1091270, 1091273, 1091274, 1091275, 1091287, 1091288, 1091289, 1091290, 1091291, 1091292, 1091295, 1091296, 1091297, 1091298, 1091299, 1091300, 1091301, 1091302, 1091303, 1091304, 1091305, 1091308, 1091309, 1091310, 1091322, 1091323, 1091324, 1091325, 1091326, 1091327, 1091330, 1091331, 1091332, 1091333, 1091334, 1091335, 1091336, 1091337, 1091338, 1091339, 1091340, 1091343, 1091344, 1091345, 1091357, 1091358, 1091359, 1091360, 1091361, 1091362, 1091365, 1091366, 1091367, 1091368, 1091369, 1091370, 1091371, 1091372, 1091373, 1091374, 1091375, 1091378, 1091379, 1091380, 1091392, 1091393, 1091394, 1091395, 1091396, 1091397, 1091400, 1091401, 1091402, 1091403, 1091404, 1091405, 1091406, 1091407, 1091408, 1091409, 1091410, 1091413, 1091414, 1091415, 1091427, 1091428, 1091429, 1091430, 1091431, 1091432, 1091435, 1091436, 1091437, 1091438, 1091439, 1091440, 1091441, 1091442, 1091443, 1091444, 1091445, 1091448, 1091449, 1091450, 1091462, 1091463, 1091464, 1091465, 1091466, 1091467, 1091470, 1091471, 1091472, 1091473, 1091474, 1091475, 1091476, 1091477, 1091478, 1091479, 1091480, 1091483, 1091484, 1091485, 1091497, 1091498, 1091499, 1091500, 1091501, 1091502, 1091505, 1091506, 1091507, 1091508, 1091509, 1091510, 1091511, 1091512, 1091513, 1091514, 1091515, 1091518, 1091519, 1091520, 1091532, 1091533, 1091534, 1091535, 1091536, 1091537, 1091540, 1091541, 1091542, 1091543, 1091544, 1091545, 1091546, 1091547, 1091548, 1091549, 1091550, 1091553, 1091554, 1091555, 1091567, 1091568, 1091569, 1091570, 1091571, 1091572, 1091575, 1091576, 1091577, 1091578, 1091579, 1091580, 1091581, 1091582, 1091583, 1091584, 1091585, 1091588, 1091589, 1091590, 1091602, 1091603, 1091604, 1091605, 1091606, 1091607, 1091610, 1091611, 1091612, 1091613, 1091614, 1091615, 1091616, 1091617, 1091618, 1091619, 1091620, 1091623, 1091624, 1091625, 1091637, 1091638, 1091639, 1091640, 1091641, 1091642, 1091645, 1091646, 1091647, 1091648, 1091649, 1091650, 1091651, 1091652, 1091653, 1091654, 1091655, 1091658, 1091659, 1091660, 1091672, 1091673, 1091674, 1091675, 1091676, 1091677, 1091680, 1091681, 1091682, 1091683, 1091684, 1091685, 1091686, 1091687, 1091688, 1091689, 1091690, 1091693, 1091694, 1091695, 1091707, 1091708, 1091709, 1091710, 1091711, 1091712, 1091715, 1091716, 1091717, 1091718, 1091719, 1091720, 1091721, 1091722, 1091723, 1091724, 1091725, 1091728, 1091729, 1091730, 1091742, 1091743, 1091744, 1091745, 1091746, 1091747, 1091750, 1091751, 1091752, 1091753, 1091754, 1091755, 1091756, 1091757, 1091758, 1091759, 1091760, 1091763, 1091764, 1091765, 1091777, 1091778, 1091779, 1091780, 1091781, 1091782, 1091785, 1091786, 1091787, 1091788, 1091789, 1091790, 1091791, 1091792, 1091793, 1091794, 1091795, 1091798, 1091799, 1091800, 1091812, 1091813, 1091814, 1091815, 1091816, 1091817, 1091820, 1091821, 1091822, 1091823, 1091824, 1091825, 1091826, 1091827, 1091828, 1091829, 1091830, 1091833, 1091834, 1091835, 1091847, 1091848, 1091849, 1091850, 1091851, 1091852, 1091855, 1091856, 1091857, 1091858, 1091859, 1091860, 1091861, 1091862, 1091863, 1091864, 1091865, 1091868, 1091869, 1091870, 1091882, 1091883, 1091884, 1091885, 1091886, 1091887, 1091890, 1091891, 1091892, 1091893, 1091894, 1091895, 1091896, 1091897, 1091898, 1091899, 1091900, 1091903, 1091904, 1091905, 1091917, 1091918, 1091919, 1091920, 1091921, 1091922, 1091925, 1091926, 1091927, 1091928, 1091929, 1091930, 1091931, 1091932, 1091933, 1091934, 1091935, 1091938, 1091939, 1091940, 1091952, 1091953, 1091954, 1091955, 1091956, 1091957, 1091960, 1091961, 1091962, 1091963, 1091964, 1091965, 1091966, 1091967, 1091968, 1091969, 1091970, 1091973, 1091974, 1091975, 1091987, 1091988, 1091989, 1091990, 1091991, 1091992, 1091995, 1091996, 1091997, 1091998, 1091999, 1092000, 1092001, 1092002, 1092003, 1092004, 1092005, 1092008, 1092009, 1092010, 1092022, 1092023, 1092024, 1092025, 1092026, 1092027, 1092030, 1092031, 1092032, 1092033, 1092034, 1092035, 1092036, 1092037, 1092038, 1092039, 1092040, 1092043, 1092044, 1092045, 1092057, 1092058, 1092059, 1092060, 1092061, 1092062, 1092065, 1092066, 1092067, 1092068, 1092069, 1092070, 1092071, 1092072, 1092073, 1092074, 1092075, 1092078, 1092079, 1092080, 1092092, 1092093, 1092094, 1092095, 1092096, 1092097, 1092100, 1092101, 1092102, 1092103, 1092104, 1092105, 1092106, 1092107, 1092108, 1092109, 1092110, 1092113, 1092114, 1092115, 1092127, 1092128, 1092129, 1092130, 1092131, 1092132, 1092135, 1092136, 1092137, 1092138, 1092139, 1092140, 1092141, 1092142, 1092143, 1092144, 1092145, 1092148, 1092149, 1092150, 1092162, 1092163, 1092164, 1092165, 1092166, 1092167, 1092170, 1092171, 1092172, 1092173, 1092174, 1092175, 1092176, 1092177, 1092178, 1092179, 1092180, 1092183, 1092184, 1092185, 1092197, 1092198, 1092199, 1092200, 1092201, 1092202, 1092205, 1092206, 1092207, 1092208, 1092209, 1092210, 1092211, 1092212, 1092213, 1092214, 1092215, 1092218, 1092219, 1092220, 1092232, 1092233, 1092234, 1092235, 1092236, 1092237, 1092240, 1092241, 1092242, 1092243, 1092244, 1092245, 1092246, 1092247, 1092248, 1092249, 1092250, 1092253, 1092254, 1092255, 1092267, 1092268, 1092269, 1092270, 1092271, 1092272, 1092275, 1092276, 1092277, 1092278, 1092279, 1092280, 1092281, 1092282, 1092283, 1092284, 1092285, 1092288, 1092289, 1092290, 1092302, 1092303, 1092304, 1092305, 1092306, 1092307, 1092310, 1092311, 1092312, 1092313, 1092314, 1092315, 1092316, 1092317, 1092318, 1092319, 1092320, 1092323, 1092324, 1092325, 1092337, 1092338, 1092339, 1092340, 1092341, 1092342, 1092345, 1092346, 1092347, 1092348, 1092349, 1092350, 1092351, 1092352, 1092353, 1092354, 1092355, 1092358, 1092359, 1092360, 1092372, 1092373, 1092374, 1092375, 1092376, 1092377, 1092380, 1092381, 1092382, 1092383, 1092384, 1092385, 1092386, 1092387, 1092388, 1092389, 1092390, 1092393, 1092394, 1092395, 1092407, 1092408, 1092409, 1092410, 1092411, 1092412, 1092415, 1092416, 1092417, 1092418, 1092419, 1092420, 1092421, 1092422, 1092423, 1092424, 1092425, 1092428, 1092429, 1092430, 1092442, 1092443, 1092444, 1092445, 1092446, 1092447, 1092450, 1092451, 1092452, 1092453, 1092454, 1092455, 1092456, 1092457, 1092458, 1092459, 1092460, 1092463, 1092464, 1092465, 1092477, 1092478, 1092479, 1092480, 1092481, 1092482, 1092485, 1092486, 1092487, 1092488, 1092489, 1092490, 1092491, 1092492, 1092493, 1092494, 1092495, 1092498, 1092499, 1092500, 1092512, 1092513, 1092514, 1092515, 1092516, 1092517, 1092520, 1092521, 1092522, 1092523, 1092524, 1092525, 1092526, 1092527, 1092528, 1092529, 1092530, 1092533, 1092534, 1092535, 1092547, 1092548, 1092549, 1092550, 1092551, 1092552, 1092555, 1092556, 1092557, 1092558, 1092559, 1092560, 1092561, 1092562, 1092563, 1092564, 1092565, 1092568, 1092569, 1092570, 1092582, 1092583, 1092584, 1092585, 1092586, 1092587, 1092590, 1092591, 1092592, 1092593, 1092594, 1092595, 1092596, 1092597, 1092598, 1092599, 1092600, 1092603, 1092604, 1092605, 1092617, 1092618, 1092619, 1092620, 1092621, 1092622, 1092625, 1092626, 1092627, 1092628, 1092629, 1092630, 1092631, 1092632, 1092633, 1092634, 1092635, 1092638, 1092639, 1092640, 1092652, 1092653, 1092654, 1092655, 1092656, 1092657, 1092660, 1092661, 1092662, 1092663, 1092664, 1092665, 1092666, 1092667, 1092668, 1092669, 1092670, 1092673, 1092674, 1092675, 1092687, 1092688, 1092689, 1092690, 1092691, 1092692, 1092695, 1092696, 1092697, 1092698, 1092699, 1092700, 1092701, 1092702, 1092703, 1092704, 1092705, 1092708, 1092709, 1092710, 1092722, 1092723, 1092724, 1092725, 1092726, 1092727, 1092730, 1092731, 1092732, 1092733, 1092734, 1092735, 1092736, 1092737, 1092738, 1092739, 1092740, 1092743, 1092744, 1092745, 1092757, 1092758, 1092759, 1092760, 1092761, 1092762, 1092765, 1092766, 1092767, 1092768, 1092769, 1092770, 1092771, 1092772, 1092773, 1092774, 1092775, 1092778, 1092779, 1092780, 1092792, 1092793, 1092794, 1092795, 1092796, 1092797, 1092800, 1092801, 1092802, 1092803, 1092804, 1092805, 1092806, 1092807, 1092808, 1092809, 1092810, 1092813, 1092814, 1092815, 1092827, 1092828, 1092829, 1092830, 1092831, 1092832, 1092835, 1092836, 1092837, 1092838, 1092839, 1092840, 1092841, 1092842, 1092843, 1092844, 1092845, 1092848, 1092849, 1092850, 1092862, 1092863, 1092864, 1092865, 1092866, 1092867, 1092870, 1092871, 1092872, 1092873, 1092874, 1092875, 1092876, 1092877, 1092878, 1092879, 1092880, 1092883, 1092884, 1092885, 1092897, 1092898, 1092899, 1092900, 1092901, 1092902, 1092905, 1092906, 1092907, 1092908, 1092909, 1092910, 1092911, 1092912, 1092913, 1092914, 1092915, 1092918, 1092919, 1092920, 1093772, 1093773, 1093774, 1093775, 1093776, 1093777, 1093780, 1093781, 1093782, 1093783, 1093784, 1093785, 1093786, 1093787, 1093788, 1093789, 1093790, 1093793, 1093794, 1093795, 1093807, 1093808, 1093809, 1093810, 1093811, 1093812, 1093815, 1093816, 1093817, 1093818, 1093819, 1093820, 1093821, 1093822, 1093823, 1093824, 1093825, 1093828, 1093829, 1093830, 1093842, 1093843, 1093844, 1093845, 1093846, 1093847, 1093850, 1093851, 1093852, 1093853, 1093854, 1093855, 1093856, 1093857, 1093858, 1093859, 1093860, 1093863, 1093864, 1093865, 1093877, 1093878, 1093879, 1093880, 1093881, 1093882, 1093885, 1093886, 1093887, 1093888, 1093889, 1093890, 1093891, 1093892, 1093893, 1093894, 1093895, 1093898, 1093899, 1093900, 1093912, 1093913, 1093914, 1093915, 1093916, 1093917, 1093920, 1093921, 1093922, 1093923, 1093924, 1093925, 1093926, 1093927, 1093928, 1093929, 1093930, 1093933, 1093934, 1093935, 1093947, 1093948, 1093949, 1093950, 1093951, 1093952, 1093955, 1093956, 1093957, 1093958, 1093959, 1093960, 1093961, 1093962, 1093963, 1093964, 1093965, 1093968, 1093969, 1093970, 1093982, 1093983, 1093984, 1093985, 1093986, 1093987, 1093990, 1093991, 1093992, 1093993, 1093994, 1093995, 1093996, 1093997, 1093998, 1093999, 1094000, 1094003, 1094004, 1094005, 1094017, 1094018, 1094019, 1094020, 1094021, 1094022, 1094025, 1094026, 1094027, 1094028, 1094029, 1094030, 1094031, 1094032, 1094033, 1094034, 1094035, 1094038, 1094039, 1094040, 1094052, 1094053, 1094054, 1094055, 1094056, 1094057, 1094060, 1094061, 1094062, 1094063, 1094064, 1094065, 1094066, 1094067, 1094068, 1094069, 1094070, 1094073, 1094074, 1094075, 1094087, 1094088, 1094089, 1094090, 1094091, 1094092, 1094095, 1094096, 1094097, 1094098, 1094099, 1094100, 1094101, 1094102, 1094103, 1094104, 1094105, 1094108, 1094109, 1094110, 1094122, 1094123, 1094124, 1094125, 1094126, 1094127, 1094130, 1094131, 1094132, 1094133, 1094134, 1094135, 1094136, 1094137, 1094138, 1094139, 1094140, 1094143, 1094144, 1094145, 1094157, 1094158, 1094159, 1094160, 1094161, 1094162, 1094165, 1094166, 1094167, 1094168, 1094169, 1094170, 1094171, 1094172, 1094173, 1094174, 1094175, 1094178, 1094179, 1094180, 1094192, 1094193, 1094194, 1094195, 1094196, 1094197, 1094200, 1094201, 1094202, 1094203, 1094204, 1094205, 1094206, 1094207, 1094208, 1094209, 1094210, 1094213, 1094214, 1094215, 1094227, 1094228, 1094229, 1094230, 1094231, 1094232, 1094235, 1094236, 1094237, 1094238, 1094239, 1094240, 1094241, 1094242, 1094243, 1094244, 1094245, 1094248, 1094249, 1094250, 1094262, 1094263, 1094264, 1094265, 1094266, 1094267, 1094270, 1094271, 1094272, 1094273, 1094274, 1094275, 1094276, 1094277, 1094278, 1094279, 1094280, 1094283, 1094284, 1094285, 1094297, 1094298, 1094299, 1094300, 1094301, 1094302, 1094305, 1094306, 1094307, 1094308, 1094309, 1094310, 1094311, 1094312, 1094313, 1094314, 1094315, 1094318, 1094319, 1094320, 1094332, 1094333, 1094334, 1094335, 1094336, 1094337, 1094340, 1094341, 1094342, 1094343, 1094344, 1094345, 1094346, 1094347, 1094348, 1094349, 1094350, 1094353, 1094354, 1094355, 1094367, 1094368, 1094369, 1094370, 1094371, 1094372, 1094375, 1094376, 1094377, 1094378, 1094379, 1094380, 1094381, 1094382, 1094383, 1094384, 1094385, 1094388, 1094389, 1094390, 1094402, 1094403, 1094404, 1094405, 1094406, 1094407, 1094410, 1094411, 1094412, 1094413, 1094414, 1094415, 1094416, 1094417, 1094418, 1094419, 1094420, 1094423, 1094424, 1094425, 1094437, 1094438, 1094439, 1094440, 1094441, 1094442, 1094445, 1094446, 1094447, 1094448, 1094449, 1094450, 1094451, 1094452, 1094453, 1094454, 1094455, 1094458, 1094459, 1094460, 1094472, 1094473, 1094474, 1094475, 1094476, 1094477, 1094480, 1094481, 1094482, 1094483, 1094484, 1094485, 1094486, 1094487, 1094488, 1094489, 1094490, 1094493, 1094494, 1094495, 1094507, 1094508, 1094509, 1094510, 1094511, 1094512, 1094515, 1094516, 1094517, 1094518, 1094519, 1094520, 1094521, 1094522, 1094523, 1094524, 1094525, 1094528, 1094529, 1094530, 1094542, 1094543, 1094544, 1094545, 1094546, 1094547, 1094550, 1094551, 1094552, 1094553, 1094554, 1094555, 1094556, 1094557, 1094558, 1094559, 1094560, 1094563, 1094564, 1094565, 1094577, 1094578, 1094579, 1094580, 1094581, 1094582, 1094585, 1094586, 1094587, 1094588, 1094589, 1094590, 1094591, 1094592, 1094593, 1094594, 1094595, 1094598, 1094599, 1094600, 1094612, 1094613, 1094614, 1094615, 1094616, 1094617, 1094620, 1094621, 1094622, 1094623, 1094624, 1094625, 1094626, 1094627, 1094628, 1094629, 1094630, 1094633, 1094634, 1094635, 1094647, 1094648, 1094649, 1094650, 1094651, 1094652, 1094655, 1094656, 1094657, 1094658, 1094659, 1094660, 1094661, 1094662, 1094663, 1094664, 1094665, 1094668, 1094669, 1094670, 1094682, 1094683, 1094684, 1094685, 1094686, 1094687, 1094690, 1094691, 1094692, 1094693, 1094694, 1094695, 1094696, 1094697, 1094698, 1094699, 1094700, 1094703, 1094704, 1094705, 1094717, 1094718, 1094719, 1094720, 1094721, 1094722, 1094725, 1094726, 1094727, 1094728, 1094729, 1094730, 1094731, 1094732, 1094733, 1094734, 1094735, 1094738, 1094739, 1094740, 1094752, 1094753, 1094754, 1094755, 1094756, 1094757, 1094760, 1094761, 1094762, 1094763, 1094764, 1094765, 1094766, 1094767, 1094768, 1094769, 1094770, 1094773, 1094774, 1094775, 1094787, 1094788, 1094789, 1094790, 1094791, 1094792, 1094795, 1094796, 1094797, 1094798, 1094799, 1094800, 1094801, 1094802, 1094803, 1094804, 1094805, 1094808, 1094809, 1094810, 1094822, 1094823, 1094824, 1094825, 1094826, 1094827, 1094830, 1094831, 1094832, 1094833, 1094834, 1094835, 1094836, 1094837, 1094838, 1094839, 1094840, 1094843, 1094844, 1094845, 1094857, 1094858, 1094859, 1094860, 1094861, 1094862, 1094865, 1094866, 1094867, 1094868, 1094869, 1094870, 1094871, 1094872, 1094873, 1094874, 1094875, 1094878, 1094879, 1094880, 1094892, 1094893, 1094894, 1094895, 1094896, 1094897, 1094900, 1094901, 1094902, 1094903, 1094904, 1094905, 1094906, 1094907, 1094908, 1094909, 1094910, 1094913, 1094914, 1094915, 1094927, 1094928, 1094929, 1094930, 1094931, 1094932, 1094935, 1094936, 1094937, 1094938, 1094939, 1094940, 1094941, 1094942, 1094943, 1094944, 1094945, 1094948, 1094949, 1094950, 1094962, 1094963, 1094964, 1094965, 1094966, 1094967, 1094970, 1094971, 1094972, 1094973, 1094974, 1094975, 1094976, 1094977, 1094978, 1094979, 1094980, 1094983, 1094984, 1094985, 1094997, 1094998, 1094999, 1095000, 1095001, 1095002, 1095005, 1095006, 1095007, 1095008, 1095009, 1095010, 1095011, 1095012, 1095013, 1095014, 1095015, 1095018, 1095019, 1095020, 1451039, 1451040, 1451041, 1451042, 1451043, 1451044, 1451045, 1451046, 1451047, 1451048, 1451049, 1451050, 1451051, 1451052, 1451053, 1451054, 1451055, 1451056, 1451057, 1451058, 1451059, 1451060, 1451061, 1451062, 1451063, 1451064, 1451065, 1451066, 1451067, 1451068, 1451069, 1451070, 1451071, 1451072, 1451073, 1451074, 1451075, 1451076, 1451077, 1451078, 1451079, 1451080, 1451081, 1451082, 1451083, 1451084, 1451085, 1451086, 1451087, 1451088, 1451089, 1451090, 1451091, 1451092, 1451093, 1451094, 1451095, 1451096, 1451097, 1451098, 1451099, 1451100, 1451101, 1451102, 1451103, 1451104, 1451105, 1451106, 1451107, 1451108, 1451109, 1451110, 1451111, 1451112, 1451113, 1451114, 1451115, 1451116, 1451117, 1451118, 1451119, 1451120, 1451121, 1451122, 1451123, 1451124, 1451125, 1451126, 1451127, 1451128, 1451129, 1451130, 1451131, 1451132, 1451133, 1451134, 1451135, 1451136, 1451137, 1451138, 1451139, 1451140, 1451141, 1451142, 1451143, 1451144, 1451145, 1451146, 1451147, 1451148, 1451149, 1451150, 1451151, 1451152, 1451153, 1451154, 1451155, 1451156, 1451157, 1451158, 1451159, 1451160, 1451161, 1451162, 1451163, 1451164, 1451165, 1451166, 1451167, 1451168, 1451169, 1451170, 1451171, 1451172, 1451173, 1451174, 1451175, 1451176, 1451177, 1451178, 1451179, 1451180, 1451181, 1451182, 1451183, 1451184, 1451185, 1451186, 1451187, 1451188, 1451189, 1451190, 1451191, 1451192, 1451193, 1451194, 1451195, 1451196, 1451197, 1451198, 1451199, 1451200, 1451201, 1451202, 1451203, 1451204, 1451205, 1451206, 1451207, 1451208, 1451209, 1451210, 1451211, 1451212, 1451213, 1451214, 1451215, 1451216, 1451217, 1451218, 1451219, 1451220, 1451221, 1451222, 1451223, 1451224, 1451225, 1451226, 1451227, 1451228, 1451229, 1451230, 1451231, 1451232, 1451233, 1451234, 1451235, 1451236, 1451237, 1451238, 1451239, 1451240, 1451241, 1451242, 1451243, 1451244, 1451245, 1451246, 1451247, 1451248, 1451249, 1451250, 1451251, 1451252, 1451253, 1451254, 1451255, 1451256, 1451257, 1451258, 1451259, 1451260, 1451261, 1451262, 1451263, 1451264, 1451265, 1451266, 1451267, 1451268, 1451269, 1451270, 1451271, 1451272, 1451273, 1451274, 1451275, 1451276, 1451277, 1451278, 1451279, 1451280, 1451281, 1451282, 1451283, 1451284, 1451285, 1451286, 1451287, 1451288, 1451289, 1451290, 1451291, 1451292, 1451293, 1451294, 1451295, 1451296, 1451297, 1451298, 1451299, 1451300, 1451301, 1451302, 1451303, 1451304, 1451305, 1451306, 1451307, 1451308, 1451309, 1451310, 1451311, 1451312, 1451313, 1451314, 1451315, 1451316, 1451317, 1451318, 1451319, 1451320, 1451321, 1451322, 1451323, 1451324, 1451325, 1451326, 1451327, 1451328, 1451329, 1451330, 1451331, 1451332, 1451333, 1451334, 1451335, 1451336, 1451337, 1451338, 1451339, 1451340, 1451341, 1451342, 1451343, 1451344, 1451345, 1451346, 1451347, 1451348, 1451349, 1451350, 1451351, 1451352, 1451353, 1451354, 1451355, 1451356, 1451357, 1451358, 1451359, 1451360, 1451361, 1451362, 1451363, 1451364, 1451365, 1451366, 1451367, 1451368, 1451369, 1451370, 1451371, 1451372, 1451373, 1451374, 1451375, 1451376, 1451377, 1451378, 1451379, 1451380, 1451381, 1451382, 1451383, 1451384, 1451385, 1451386, 1451387, 1451388, 1451389, 1451390, 1451391, 1451392, 1451393, 1451394, 1451395, 1451396, 1451397, 1451398, 1451399, 1451400, 1451401, 1451402, 1451403, 1451404, 1451405, 1451406, 1451407, 1451408, 1451409, 1451410, 1451411, 1451412, 1451413, 1451414, 1451415, 1451416, 1451417, 1451418, 1451419, 1451420, 1451421, 1451422, 1451423, 1451424, 1451425, 1451426, 1451427, 1451428, 1451429, 1451430, 1451431, 1451432, 1451433, 1451434, 1451435, 1451436, 1451437, 1451438, 1451439, 1451440, 1451441, 1451442, 1451443, 1451444, 1451445, 1451446, 1451447, 1451448, 1451449, 1451450, 1451451, 1451452, 1451453, 1451454, 1451455, 1451456, 1451457, 1451458, 1451459, 1451460, 1451461, 1451462, 1451463, 1451464, 1451465, 1451466, 1451467, 1451468, 1451469, 1451470, 1451471, 1451472, 1451473, 1451474, 1451475, 1451476, 1451477, 1451478, 1451479, 1451480, 1451481, 1451482, 1451483, 1451484, 1451485, 1451486, 1451487, 1451488, 1451489, 1451490, 1451491, 1451492, 1451493, 1451494, 1451495, 1451496, 1451497, 1451498, 1451499, 1451500, 1451501, 1451502, 1451503, 1451504, 1451505, 1451506, 1451507, 1451508, 1451509, 1451510, 1451511, 1451512, 1451513, 1451514, 1451515, 1451516, 1451517, 1451518, 1451519, 1451520, 1451521, 1451522, 1451523, 1451524, 1451525, 1451526, 1451527, 1451528, 1451529, 1451530, 1451531, 1451532, 1451533, 1451534, 1451535, 1451536, 1451537, 1451538, 1451539, 1451540, 1451541, 1451542, 1451543, 1451544, 1451545, 1451546, 1451547, 1451548, 1451549, 1451550, 1451551, 1451552, 1451553, 1451554, 1451555, 1451556, 1451557, 1451558, 1451559, 1451560, 1451561, 1451562, 1451563, 1451564, 1451565, 1451566, 1451567, 1451568, 1451569, 1451570, 1451571, 1451572, 1451573, 1451574, 1451575, 1451576, 1451577, 1451578, 1451579, 1451580, 1451581, 1451582, 1451583, 1451584, 1451585, 1451586, 1451587, 1451588, 1451589, 1451590, 1451591, 1451592, 1451593, 1451594, 1451595, 1451596, 1451597, 1451598, 1451599, 1451600, 1451601, 1451602, 1451603, 1451604, 1451605, 1451606, 1451607, 1451608, 1451609, 1451610, 1451611, 1451612, 1451613, 1451614, 1451615, 1451616, 1451617, 1451618, 1451619, 1451620, 1451621, 1451622, 1451623, 1451624, 1451625, 1451626, 1451627, 1451628, 1451629, 1451630, 1451631, 1451632, 1451633, 1451634, 1451635, 1451636, 1451637, 1451638, 1451639, 1451640, 1451641, 1451642, 1451643, 1451644, 1451645, 1451646, 1451647, 1451648, 1451649, 1451650, 1451651, 1451652, 1451653, 1451654, 1451655, 1451656, 1451657, 1451658, 1451659, 1451660, 1451661, 1451662, 1451663, 1451664, 1451665, 1451666, 1451667, 1451668, 1451669, 1451670, 1451671, 1451672, 1451673, 1451674, 1451675, 1451676, 1451677, 1451678, 1451679, 1451680, 1451681, 1451682, 1451683, 1451684, 1451685, 1451686, 1451687, 1451688, 1451689, 1451690, 1451691, 1451692, 1451693, 1451694, 1451695, 1451696, 1451697, 1451698, 1451699, 1451700, 1451701, 1451702, 1451703, 1451704, 1451705, 1451706, 1451707, 1451708, 1451709, 1451710, 1451711, 1451712, 1451713, 1451714, 1451715, 1451716, 1451717, 1451718, 1451719, 1451720, 1451721, 1451722, 1451723, 1451724, 1451725, 1451726, 1451727, 1451728, 1451729, 1451730, 1451731, 1451732, 1451733, 1451734, 1451735, 1451736, 1451737, 1451738, 1451739, 1451740, 1451741, 1451742, 1451743, 1451744, 1451745, 1451746, 1451747, 1451748, 1451749, 1451750, 1451751, 1451752, 1451753, 1451754, 1451755, 1451756, 1451757, 1451758, 1451759, 1451760, 1451761, 1451762, 1451763, 1451764, 1451765, 1451766, 1451767, 1451768, 1451769, 1451770, 1451771, 1451772, 1451773, 1451774, 1451775, 1451776, 1451777, 1451778, 1451779, 1451780, 1451781, 1451782, 1451783, 1451784, 1451785, 1451786, 1451787, 1451788, 1451789, 1451790, 1451791, 1451792, 1451793, 1451794, 1451795, 1451796, 1451797, 1451798, 1451799, 1451800, 1451801, 1451802, 1451803, 1451804, 1451805, 1451806, 1451807, 1451808, 1451809, 1451810, 1451811, 1451812, 1451813, 1451814, 1451815, 1451816, 1451817, 1451818, 1451819, 1451820, 1451821, 1451822, 1451823, 1451824, 1451825, 1451826, 1451827, 1451828, 1451829, 1451830, 1451831, 1451832, 1451833, 1451834, 1451835, 1451836, 1451837, 1451838, 1451839, 1451840, 1451841, 1451842, 1451843, 1451844, 1451845, 1451846, 1451847, 1451848, 1451849, 1451850, 1451851, 1451852, 1451853, 1451854, 1451855, 1451856, 1451857, 1451858, 1451859, 1451860, 1451861, 1451862, 1451863, 1451864, 1451865, 1451866, 1451867, 1451868, 1451869, 1451870, 1451871, 1451872, 1451873, 1451874, 1451875, 1451876, 1451877, 1451878, 1451879, 1451880, 1451881, 1451882, 1451883, 1451884, 1451885, 1451886, 1451887, 1451888, 1451889, 1451890, 1451891, 1451892, 1451893, 1451894, 1451895, 1451896, 1451897, 1451898, 1451899, 1451900, 1451901, 1451902, 1451903, 1451904, 1451905, 1451906, 1451907, 1451908, 1451909, 1451910, 1451911, 1451912, 1451913, 1451914, 1451915, 1451916, 1451917, 1451918, 1451919, 1451920, 1451921, 1451922, 1451923, 1451924, 1451925, 1451926, 1451927, 1451928, 1451929, 1451930, 1451931, 1451932, 1451933, 1451934, 1451935, 1451936, 1451937, 1451938, 1451939, 1451940, 1451941, 1451942, 1451943, 1451944, 1451945, 1451946, 1451947, 1451948, 1451949, 1451950, 1451951, 1451952, 1451953, 1451954, 1451955, 1451956, 1451957, 1451958, 1451959, 1451960, 1451961, 1451962, 1451963, 1451964, 1451965, 1451966, 1451967, 1451968, 1451969, 1451970, 1451971, 1451972, 1451973, 1451974, 1451975, 1451976, 1451977, 1451978, 1451979, 1451980, 1451981, 1451982, 1451983, 1451984, 1451985, 1451986, 1451987, 1451988, 1451989, 1451990, 1451991, 1451992, 1451993, 1451994, 1451995, 1451996, 1451997, 1451998, 1451999, 1452000, 1452001, 1452002, 1452003, 1452004, 1452005, 1452006, 1452007, 1452008, 1452009, 1452010, 1452011, 1452012, 1452013, 1452014, 1452015, 1452016, 1452017, 1452018, 1452019, 1452020, 1452021, 1452022, 1452023, 1452024, 1452025, 1452026, 1452027, 1452028, 1452029, 1452030, 1452031, 1452032, 1452033, 1452034, 1452035, 1452036, 1452037, 1452038, 1452039, 1452040, 1452041, 1452042, 1452043, 1452044, 1452045, 1452046, 1452047, 1452048, 1452049, 1452050, 1452051, 1452052, 1452053, 1452054, 1452055, 1452056, 1452057, 1452058, 1452059, 1452060, 1452061, 1452062, 1452063, 1452064, 1452065, 1452066, 1452067, 1452068, 1452069, 1452070, 1452071, 1452072, 1452073, 1452074, 1452075, 1452076, 1452077, 1452078, 1452079, 1452080, 1452081, 1452082, 1452083, 1452084, 1452085, 1452086, 1452087, 1452088, 1452089, 1452090, 1452091, 1452092, 1452093, 1452094, 1452095, 1452096, 1452097, 1452098, 1452099, 1452100, 1452101, 1452102, 1452103, 1452104, 1452105, 1452106, 1452107, 1452108, 1452109, 1452110, 1452111, 1452112, 1452113, 1452114, 1452115, 1452116, 1452117, 1452118, 1452119, 1452120, 1452121, 1452122, 1452123, 1452124, 1452125, 1452126, 1452127, 1452128, 1452129, 1452130, 1091256) AND il.`id_lang` = 1 ORDER by i.`position` |
3.240
ms
|
0 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1310977, 1310978, 1310979, 1310980, 1310981, 1310982, 1310983, 1310984, 1310985, 1310986, 1310987, 1310988, 1310989, 1310990, 1310991, 1310994, 1310995, 1310996, 1311001, 1311005, 1311006, 1311007, 1311008, 1311009, 1311010, 1311011, 1311012, 1311013, 1311014, 1311015, 1311016, 1311017, 1311018, 1311019, 1311020, 1311023, 1311024, 1311025, 1311030, 1311034, 1311035, 1311036, 1311037, 1311038, 1311039, 1311040, 1311041, 1311042, 1311043, 1311044, 1311045, 1311046, 1311047, 1311048, 1311049, 1311052, 1311053, 1311054, 1311059, 1311063, 1311064, 1311065, 1311066, 1311067, 1311068, 1311069, 1311070, 1311071, 1311072, 1311073, 1311074, 1311075, 1311076, 1311077, 1311078, 1311081, 1311082, 1311083, 1311088, 1311092, 1311093, 1311094, 1311095, 1311096, 1311097, 1311098, 1311099, 1311100, 1311101, 1311102, 1311103, 1311104, 1311105, 1311106, 1311107, 1311110, 1311111, 1311112, 1311117, 1311121, 1311122, 1311123, 1311124, 1311125, 1311126, 1311127, 1311128, 1311129, 1311130, 1311131, 1311132, 1311133, 1311134, 1311135, 1311136, 1311139, 1311140, 1311141, 1311146, 1311150, 1311151, 1311152, 1311153, 1311154, 1311155, 1311156, 1311157, 1311158, 1311159, 1311160, 1311161, 1311162, 1311163, 1311164, 1311165, 1311168, 1311169, 1311170, 1311175, 1311179, 1311180, 1311181, 1311182, 1311183, 1311184, 1311185, 1311186, 1311187, 1311188, 1311189, 1311190, 1311191, 1311192, 1311193, 1311194, 1311197, 1311198, 1311199, 1311204, 1311208, 1311209, 1311210, 1311211, 1311212, 1311213, 1311214, 1311215, 1311216, 1311217, 1311218, 1311219, 1311220, 1311221, 1311222, 1311223, 1311226, 1311227, 1311228, 1311233, 1311237, 1311238, 1311239, 1311240, 1311241, 1311242, 1311243, 1311244, 1311245, 1311246, 1311247, 1311248, 1311249, 1311250, 1311251, 1311252, 1311255, 1311256, 1311257, 1311262, 1311266, 1311267, 1311268, 1311269, 1311270, 1311271, 1311272, 1311273, 1311274, 1311275, 1311276, 1311277, 1311278, 1311279, 1311280, 1311281, 1311284, 1311285, 1311286, 1311291, 1311295, 1311296, 1311297, 1311298, 1311299, 1311300, 1311301, 1311302, 1311303, 1311304, 1311305, 1311306, 1311307, 1311308, 1311309, 1311310, 1311313, 1311314, 1311315, 1311320, 1311324, 1311325, 1311326, 1311327, 1311328, 1311329, 1311330, 1311331, 1311332, 1311333, 1311334, 1311335, 1311336, 1311337, 1311338, 1311339, 1311342, 1311343, 1311344, 1311349, 1311353, 1311354, 1311355, 1311356, 1311357, 1311358, 1311359, 1311360, 1311361, 1311362, 1311363, 1311364, 1311365, 1311366, 1311367, 1311368, 1311371, 1311372, 1311373, 1311378, 1311382, 1311383, 1311384, 1311385, 1311386, 1311387, 1311388, 1311389, 1311390, 1311391, 1311392, 1311393, 1311394, 1311395, 1311396, 1311397, 1311400, 1311401, 1311402, 1311407, 1311411, 1311412, 1311413, 1311414, 1311415, 1311416, 1311417, 1311418, 1311419, 1311420, 1311421, 1311422, 1311423, 1311424, 1311425, 1311426, 1311429, 1311430, 1311431, 1311436, 1311440, 1311441, 1311442, 1311443, 1311444, 1311445, 1311446, 1311447, 1311448, 1311449, 1311450, 1311451, 1311452, 1311453, 1311454, 1311455, 1311458, 1311459, 1311460, 1311465, 1311469, 1311470, 1311471, 1311472, 1311473, 1311474, 1311475, 1311476, 1311477, 1311478, 1311479, 1311480, 1311481, 1311482, 1311483, 1311484, 1311487, 1311488, 1311489, 1311494, 1311498, 1311499, 1311500, 1311501, 1311502, 1311503, 1311504, 1311505, 1311506, 1311507, 1311508, 1311509, 1311510, 1311511, 1311512, 1311513, 1311516, 1311517, 1311518, 1311523, 1311527, 1311528, 1311529, 1311530, 1311531, 1311532, 1311533, 1311534, 1311535, 1311536, 1311537, 1311538, 1311539, 1311540, 1311541, 1311542, 1311545, 1311546, 1311547, 1311552, 1311556, 1311557, 1311558, 1311559, 1311560, 1311561, 1311562, 1311563, 1311564, 1311565, 1311566, 1311567, 1311568, 1311569, 1311570, 1311571, 1311574, 1311575, 1311576, 1311581, 1311585, 1311586, 1311587, 1311588, 1311589, 1311590, 1311591, 1311592, 1311593, 1311594, 1311595, 1311596, 1311597, 1311598, 1311599, 1311600, 1311603, 1311604, 1311605, 1311610, 1311614, 1311615, 1311616, 1311617, 1311618, 1311619, 1311620, 1311621, 1311622, 1311623, 1311624, 1311625, 1311626, 1311627, 1311628, 1311629, 1311632, 1311633, 1311634, 1311639, 1311643, 1311644, 1311645, 1311646, 1311647, 1311648, 1311649, 1311650, 1311651, 1311652, 1311653, 1311654, 1311655, 1311656, 1311657, 1311658, 1311661, 1311662, 1311663, 1311668, 1311672, 1311673, 1311674, 1311675, 1311676, 1311677, 1311678, 1311679, 1311680, 1311681, 1311682, 1311683, 1311684, 1311685, 1311686, 1311687, 1311690, 1311691, 1311692, 1311697, 1311701, 1311702, 1311703, 1311704, 1311705, 1311706, 1311707, 1311708, 1311709, 1311710, 1311711, 1311712, 1311713, 1311714, 1311715, 1311716, 1311719, 1311720, 1311721, 1311726, 1311730, 1311731, 1311732, 1311733, 1311734, 1311735, 1311736, 1311737, 1311738, 1311739, 1311740, 1311741, 1311742, 1311743, 1311744, 1311745, 1311748, 1311749, 1311750, 1311755, 1311759, 1311760, 1311761, 1311762, 1311763, 1311764, 1311765, 1311766, 1311767, 1311768, 1311769, 1311770, 1311771, 1311772, 1311773, 1311774, 1311777, 1311778, 1311779, 1311784, 1311788, 1311789, 1311790, 1311791, 1311792, 1311793, 1311794, 1311795, 1311796, 1311797, 1311798, 1311799, 1311800, 1311801, 1311802, 1311803, 1311806, 1311807, 1311808, 1311813, 1311817, 1311818, 1311819, 1311820, 1311821, 1311822, 1311823, 1311824, 1311825, 1311826, 1311827, 1311828, 1311829, 1311830, 1311831, 1311832, 1311835, 1311836, 1311837, 1311842, 1311846, 1311847, 1311848, 1311849, 1311850, 1311851, 1311852, 1311853, 1311854, 1311855, 1311856, 1311857, 1311858, 1311859, 1311860, 1311861, 1311864, 1311865, 1311866, 1311871, 1311875, 1311876, 1311877, 1311878, 1311879, 1311880, 1311881, 1311882, 1311883, 1311884, 1311885, 1311886, 1311887, 1311888, 1311889, 1311890, 1311893, 1311894, 1311895, 1311900, 1311904, 1311905, 1311906, 1311907, 1311908, 1311909, 1311910, 1311911, 1311912, 1311913, 1311914, 1311915, 1311916, 1311917, 1311918, 1311919, 1311922, 1311923, 1311924, 1311929, 1311933, 1311934, 1311935, 1311936, 1311937, 1311938, 1311939, 1311940, 1311941, 1311942, 1311943, 1311944, 1311945, 1311946, 1311947, 1311948, 1311951, 1311952, 1311953, 1311958, 1311962, 1311963, 1311964, 1311965, 1311966, 1311967, 1311968, 1311969, 1311970, 1311971, 1311972, 1311973, 1311974, 1311975, 1311976, 1311977, 1311980, 1311981, 1311982, 1311987, 1311991, 1311992, 1311993, 1311994, 1311995, 1311996, 1311997, 1311998, 1311999, 1312000, 1312001, 1312002, 1312003, 1312004, 1312005, 1312006, 1312009, 1312010, 1312011, 1312016, 1312020, 1312021, 1312022, 1312023, 1312024, 1312025, 1312026, 1312027, 1312028, 1312029, 1312030, 1312031, 1312032, 1312033, 1312034, 1312035, 1312038, 1312039, 1312040, 1312045, 1312049, 1312050, 1312051, 1312052, 1312053, 1312054, 1312055, 1312056, 1312057, 1312058, 1312059, 1312060, 1312061, 1312062, 1312063, 1312064, 1312067, 1312068, 1312069, 1312074, 1312078, 1312079, 1312080, 1312081, 1312082, 1312083, 1312084, 1312085, 1312086, 1312087, 1312088, 1312089, 1312090, 1312091, 1312092, 1312093, 1312096, 1312097, 1312098, 1312103, 1312107, 1312108, 1312109, 1312110, 1312111, 1312112, 1312113, 1312114, 1312115, 1312116, 1312117, 1312118, 1312119, 1312120, 1312121, 1312122, 1312125, 1312126, 1312127, 1312132, 1312136, 1312137, 1312138, 1312139, 1312140, 1312141, 1312142, 1312143, 1312144, 1312145, 1312146, 1312147, 1312148, 1312149, 1312150, 1312151, 1312154, 1312155, 1312156, 1312161, 1312165, 1312166, 1312167, 1312168, 1312169, 1312170, 1312171, 1312172, 1312173, 1312174, 1312175, 1312176, 1312177, 1312178, 1312179, 1312180, 1312183, 1312184, 1312185, 1312190, 1312194, 1312195, 1312196, 1312197, 1312198, 1312199, 1312200, 1312201, 1312202, 1312203, 1312204, 1312205, 1312206, 1312207, 1312208, 1312209, 1312212, 1312213, 1312214, 1312219, 1312223, 1312224, 1312225, 1312226, 1312227, 1312228, 1312229, 1312230, 1312231, 1312232, 1312233, 1312234, 1312235, 1312236, 1312237, 1312238, 1312241, 1312242, 1312243, 1312248, 1312252, 1312253, 1312254, 1312255, 1312256, 1312257, 1312258, 1312259, 1312260, 1312261, 1312262, 1312263, 1312264, 1312265, 1312266, 1312267, 1312270, 1312271, 1312272, 1312277, 1312281, 1312282, 1312283, 1312284, 1312285, 1312286, 1312287, 1312288, 1312289, 1312290, 1312291, 1312292, 1312293, 1312294, 1312295, 1312296, 1312299, 1312300, 1312301, 1312306, 1312310, 1312311, 1312312, 1312313, 1312314, 1312315, 1312316, 1312317, 1312318, 1312319, 1312320, 1312321, 1312322, 1312323, 1312324, 1312325, 1312328, 1312329, 1312330, 1312335, 1312339, 1312340, 1312341, 1312342, 1312343, 1312344, 1312345, 1312346, 1312347, 1312348, 1312349, 1312350, 1312351, 1312352, 1312353, 1312354, 1312357, 1312358, 1312359, 1312364, 1312368, 1312369, 1312370, 1312371, 1312372, 1312373, 1312374, 1312375, 1312376, 1312377, 1312378, 1312379, 1312380, 1312381, 1312382, 1312383, 1312386, 1312387, 1312388, 1312393, 1312397, 1312398, 1312399, 1312400, 1312401, 1312402, 1312403, 1312404, 1312405, 1312406, 1312407, 1312408, 1312409, 1312410, 1312411, 1312412, 1312415, 1312416, 1312417, 1312422, 1312426, 1312427, 1312428, 1312429, 1312430, 1312431, 1312432, 1312433, 1312434, 1312435, 1312436, 1312437, 1312438, 1312439, 1312440, 1312441, 1312444, 1312445, 1312446, 1312451, 1312455, 1312456, 1312457, 1312458, 1312459, 1312460, 1312461, 1312462, 1312463, 1312464, 1312465, 1312466, 1312467, 1312468, 1312469, 1312470, 1312473, 1312474, 1312475, 1312480, 1312484, 1312485, 1312486, 1312487, 1312488, 1312489, 1312490, 1312491, 1312492, 1312493, 1312494, 1312495, 1312496, 1312497, 1312498, 1312499, 1312502, 1312503, 1312504, 1312509, 1312513, 1312514, 1312515, 1312516, 1312517, 1312518, 1312519, 1312520, 1312521, 1312522, 1312523, 1312524, 1312525, 1312526, 1312527, 1312528, 1312531, 1312532, 1312533, 1312538, 1312542, 1312543, 1312544, 1312545, 1312546, 1312547, 1312548, 1312549, 1312550, 1312551, 1312552, 1312553, 1312554, 1312555, 1312556, 1312557, 1312560, 1312561, 1312562, 1312567, 1312571, 1312572, 1312573, 1312574, 1312575, 1312576, 1312577, 1312578, 1312579, 1312580, 1312581, 1312582, 1312583, 1312584, 1312585, 1312586, 1312589, 1312590, 1312591, 1312596, 1312600, 1312601, 1312602, 1312603, 1312604, 1312605, 1312606, 1312607, 1312608, 1312609, 1312610, 1312611, 1312612, 1312613, 1312614, 1312615, 1312618, 1312619, 1312620, 1312625, 1312629, 1312630, 1312631, 1312632, 1312633, 1312634, 1312635, 1312636, 1312637, 1312638, 1312639, 1312640, 1312641, 1312642, 1312643, 1312644, 1312647, 1312648, 1312649, 1312654, 1312658, 1312659, 1312660, 1312661, 1312662, 1312663, 1312664, 1312665, 1312666, 1312667, 1312668, 1312669, 1312670, 1312671, 1312672, 1312673, 1312676, 1312677, 1312678, 1312683, 1312687, 1312688, 1312689, 1312690, 1312691, 1312692, 1312693, 1312694, 1312695, 1312696, 1312697, 1312698, 1312699, 1312700, 1312701, 1312702, 1312705, 1312706, 1312707, 1312712, 1312716, 1312717, 1312718, 1312719, 1312720, 1312721, 1312722, 1312723, 1312724, 1312725, 1312726, 1312727, 1312728, 1312729, 1312730, 1312731, 1312734, 1312735, 1312736, 1312741, 1312745, 1312746, 1312747, 1312748, 1312749, 1312750, 1312751, 1312752, 1312753, 1312754, 1312755, 1312756, 1312757, 1312758, 1312759, 1312760, 1312763, 1312764, 1312765, 1312770, 1312774, 1312775, 1312776, 1312777, 1312778, 1312779, 1312780, 1312781, 1312782, 1312783, 1312784, 1312785, 1312786, 1312787, 1312788, 1312789, 1312792, 1312793, 1312794, 1312799, 1312803, 1312804, 1312805, 1312806, 1312807, 1312808, 1312809, 1312810, 1312811, 1312812, 1312813, 1312814, 1312815, 1312816, 1312817, 1312818, 1312821, 1312822, 1312823, 1312828, 1312832, 1312833, 1312834, 1312835, 1312836, 1312837, 1312838, 1312839, 1312840, 1312841, 1312842, 1312843, 1312844, 1312845, 1312846, 1312847, 1312850, 1312851, 1312852, 1312857, 1312861, 1312862, 1312863, 1312864, 1312865, 1312866, 1312867, 1312868, 1312869, 1312870, 1312871, 1312872, 1312873, 1312874, 1312875, 1312876, 1312879, 1312880, 1312881, 1312886, 1312890, 1312891, 1312892, 1312893, 1312894, 1312895, 1312896, 1312897, 1312898, 1312899, 1312900, 1312901, 1312902, 1312903, 1312904, 1312905, 1312908, 1312909, 1312910, 1312915, 1312919, 1312920, 1312921, 1312922, 1312923, 1312924, 1312925, 1312926, 1312927, 1312928, 1312929, 1312930, 1312931, 1312932, 1312933, 1312934, 1312937, 1312938, 1312939, 1312944, 1312948, 1312949, 1312950, 1312951, 1312952, 1312953, 1312954, 1312955, 1312956, 1312957, 1312958, 1312959, 1312960, 1312961, 1312962, 1312963, 1312966, 1312967, 1312968, 1312973, 1312977, 1312978, 1312979, 1312980, 1312981, 1312982, 1312983, 1312984, 1312985, 1312986, 1312987, 1312988, 1312989, 1312990, 1312991, 1312992, 1312995, 1312996, 1312997, 1313002, 1313006, 1313007, 1313008, 1313009, 1313010, 1313011, 1313012, 1313013, 1313014, 1313015, 1313016, 1313017, 1313018, 1313019, 1313020, 1313021, 1313024, 1313025, 1313026, 1313031, 1313035, 1313036, 1313037, 1313038, 1313039, 1313040, 1313041, 1313042, 1313043, 1313044, 1313045, 1313046, 1313047, 1313048, 1313049, 1313050, 1313053, 1313054, 1313055, 1313060, 1313064, 1313065, 1313066, 1313067, 1313068, 1313069, 1313070, 1313071, 1313072, 1313073, 1313074, 1313075, 1313076, 1313077, 1313078, 1313079, 1313082, 1313083, 1313084, 1313089, 1313093, 1313094, 1313095, 1313096, 1313097, 1313098, 1313099, 1313100, 1313101, 1313102, 1313103, 1313104, 1313105, 1313106, 1313107, 1313108, 1313111, 1313112, 1313113, 1313118, 1313122, 1313123, 1313124, 1313125, 1313126, 1313127, 1313128, 1313129, 1313130, 1313131, 1313132, 1313133, 1313134, 1313135, 1313136, 1313137, 1313140, 1313141, 1313142, 1313147, 1313151, 1313152, 1313153, 1313154, 1313155, 1313156, 1313157, 1313158, 1313159, 1313160, 1313161, 1313162, 1313163, 1313164, 1313165, 1313166, 1313169, 1313170, 1313171, 1313176, 1313180, 1313181, 1313182, 1313183, 1313184, 1313185, 1313186, 1313187, 1313188, 1313189, 1313190, 1313191, 1313192, 1313193, 1313194, 1313195, 1313198, 1313199, 1313200, 1313205, 1313209, 1313210, 1313211, 1313212, 1313213, 1313214, 1313215, 1313216, 1313217, 1313218, 1313219, 1313220, 1313221, 1313222, 1313223, 1313224, 1313227, 1313228, 1313229, 1313234, 1313238, 1313239, 1313240, 1313241, 1313242, 1313243, 1313244, 1313245, 1313246, 1313247, 1313248, 1313249, 1313250, 1313251, 1313252, 1313253, 1313256, 1313257, 1313258, 1313263, 1313267, 1313268, 1313269, 1313270, 1313271, 1313272, 1313273, 1313274, 1313275, 1313276, 1313277, 1313278, 1313279, 1313280, 1313281, 1313282, 1313285, 1313286, 1313287, 1313292, 1313296, 1313297, 1313298, 1313299, 1313300, 1313301, 1313302, 1313303, 1313304, 1313305, 1313306, 1313307, 1313308, 1313309, 1313310, 1313311, 1313314, 1313315, 1313316, 1313321, 1313325, 1313326, 1313327, 1313328, 1313329, 1313330, 1313331, 1313332, 1313333, 1313334, 1313335, 1313336, 1313337, 1313338, 1313339, 1313340, 1313343, 1313344, 1313345, 1313350, 1313354, 1313355, 1313356, 1313357, 1313358, 1313359, 1313360, 1313361, 1313362, 1313363, 1313364, 1313365, 1313366, 1313367, 1313368, 1313369, 1313372, 1313373, 1313374, 1313379, 1313383, 1313384, 1313385, 1313386, 1313387, 1313388, 1313389, 1313390, 1313391, 1313392, 1313393, 1313394, 1313395, 1313396, 1313397, 1313398, 1313401, 1313402, 1313403, 1313408, 1461052, 1461053, 1461054, 1461055, 1461056, 1461057, 1461058, 1461059, 1461060, 1461061, 1461062, 1461063, 1461064, 1461065, 1461066, 1461067, 1461068, 1461069, 1461070, 1461071, 1461072, 1461073, 1461074, 1461075, 1461076, 1461077, 1461078, 1461079, 1461080, 1461081, 1461082, 1461083, 1461084, 1461085, 1461086, 1461087, 1461088, 1461089, 1461090, 1461091, 1461092, 1461093, 1461094, 1461095, 1461096, 1461097, 1461098, 1461099, 1461100, 1461101, 1461102, 1461103, 1461104, 1461105, 1461106, 1461107, 1461108, 1461109, 1461110, 1461111, 1461112, 1461113, 1461114, 1461115, 1461116, 1461117, 1461118, 1461119, 1461120, 1461121, 1461122, 1461123, 1461124, 1461125, 1461126, 1461127, 1461128, 1461129, 1461130, 1461131, 1461132, 1461133, 1461134, 1461135, 1461136, 1461137, 1461138, 1461139, 1461140, 1461141, 1461142, 1461143, 1461144, 1461145, 1461146, 1461147, 1461148, 1461149, 1461150, 1461151, 1461152, 1461153, 1461154, 1461155, 1461156, 1461157, 1461158, 1461159, 1461160, 1461161, 1461162, 1461163, 1461164, 1461165, 1461166, 1461167, 1461168, 1461169, 1461170, 1461171, 1461172, 1461173, 1461174, 1461175, 1461176, 1461177, 1461178, 1461179, 1461180, 1461181, 1461182, 1461183, 1461184, 1461185, 1461186, 1461187, 1461188, 1461189, 1461190, 1461191, 1461192, 1461193, 1461194, 1461195, 1461196, 1461197, 1461198, 1461199, 1461200, 1461201, 1461202, 1461203, 1461204, 1461205, 1461206, 1461207, 1461208, 1461209, 1461210, 1461211, 1461212, 1461213, 1461214, 1461215, 1461216, 1461217, 1461218, 1461219, 1461220, 1461221, 1461222, 1461223, 1461224, 1461225, 1461226, 1461227, 1461228, 1461229, 1461230, 1461231, 1461232, 1461233, 1461234, 1461235, 1461236, 1461237, 1461238, 1461239, 1461240, 1461241, 1461242, 1461243, 1461244, 1461245, 1461246, 1461247, 1461248, 1461249, 1461250, 1461251, 1461252, 1461253, 1461254, 1461255, 1461256, 1461257, 1461258, 1461259, 1461260, 1461261, 1461262, 1461263, 1461264, 1461265, 1461266, 1461267, 1461268, 1461269, 1461270, 1461271, 1461272, 1461273, 1461274, 1461275, 1461276, 1461277, 1461278, 1461279, 1461280, 1461281, 1461282, 1461283, 1461284, 1461285, 1461286, 1461287, 1461288, 1461289, 1461290, 1461291, 1461292, 1461293, 1461294, 1461295, 1461296, 1461297, 1461298, 1461299, 1461300, 1461301, 1461302, 1461303, 1461304, 1461305, 1461306, 1461307, 1461308, 1461309, 1461310, 1461311, 1461312, 1461313, 1461314, 1461315, 1461316, 1461317, 1461318, 1461319, 1461320, 1461321, 1461322, 1461323, 1461324, 1461325, 1461326, 1461327, 1461328, 1461329, 1461330, 1461331, 1461332, 1461333, 1461334, 1461335, 1461336, 1461337, 1461338, 1461339, 1461340, 1461341, 1461342, 1461343, 1461344, 1461345, 1461346, 1461347, 1461348, 1461349, 1461350, 1461351, 1461352, 1461353, 1461354, 1461355, 1461356, 1461357, 1461358, 1461359, 1461360, 1461361, 1461362, 1461363, 1461364, 1461365, 1461366, 1461367, 1461368, 1461369, 1461370, 1461371, 1461372, 1461373, 1461374, 1461375, 1461376, 1461377, 1461378, 1461379, 1461380, 1461381, 1461382, 1461383, 1461384, 1461385, 1461386, 1461387, 1461388, 1461389, 1461390, 1461391, 1461392, 1461393, 1461394, 1461395, 1461396, 1461397, 1461398, 1461399, 1461400, 1461401, 1461402, 1461403, 1461404, 1461405, 1461406, 1461407, 1461408, 1461409, 1461410, 1461411, 1461412, 1461413, 1461414, 1461415, 1461416, 1461417, 1461418, 1461419, 1461420, 1461421, 1461422, 1461423, 1461424, 1461425, 1461426, 1461427, 1461428, 1461429, 1461430, 1461431, 1461432, 1461433, 1461434, 1461435, 1461436, 1461437, 1461438, 1461439, 1461440, 1461441, 1461442, 1461443, 1461444, 1461445, 1461446, 1461447, 1461448, 1461449, 1461450, 1461451, 1461452, 1461453, 1461454, 1461455, 1461456, 1461457, 1461458, 1461459, 1461460, 1461461, 1461462, 1461463, 1461464, 1461465, 1461466, 1461467, 1461468, 1461469, 1461470, 1461471, 1461472, 1461473, 1461474, 1461475, 1461476, 1461477, 1461478, 1461479, 1461480, 1461481, 1461482, 1461483, 1461484, 1461485, 1461486, 1461487, 1461488, 1461489, 1461490, 1461491, 1461492, 1461493, 1461494, 1461495, 1461496, 1461497, 1461498, 1461499, 1461500, 1461501, 1461502, 1461503, 1461504, 1461505, 1461506, 1461507, 1461508, 1461509, 1461510, 1461511, 1461512, 1461513, 1461514, 1461515, 1461516, 1461517, 1461518, 1461519, 1461520, 1461521, 1461522, 1461523, 1461524, 1461525, 1461526, 1461527, 1461528, 1461529, 1461530, 1461531, 1461532, 1461533, 1461534, 1461535, 1461536, 1461537, 1461538, 1461539, 1461540, 1461541, 1461542, 1461543, 1461544, 1461545, 1461546, 1461547, 1461548, 1461549, 1461550, 1461551, 1461552, 1461553, 1461554, 1461555, 1461556, 1461557, 1461558, 1461559, 1461560, 1461561, 1461562, 1461563, 1461564, 1461565, 1461566, 1461567, 1461568, 1461569, 1461570, 1461571, 1461572, 1461573, 1461574, 1461575, 1461576, 1461577, 1461578, 1461579, 1461580, 1461581, 1461582, 1461583, 1461584, 1461585, 1461586, 1461587, 1461588, 1461589, 1461590, 1461591, 1461592, 1461593, 1461594, 1461595, 1461596, 1461597, 1461598, 1461599, 1461600, 1461601, 1461602, 1461603, 1461604, 1461605, 1461606, 1461607, 1461608, 1461609, 1461610, 1461611, 1461612, 1461613, 1461614, 1461615, 1461616, 1461617, 1461618, 1461619, 1461620, 1461621, 1461622, 1461623, 1461624, 1461625, 1461626, 1461627, 1461628, 1461629, 1461630, 1461631, 1461632, 1461633, 1461634, 1461635, 1461636, 1461637, 1461638, 1461639, 1461640, 1461641, 1461642, 1461643, 1461644, 1461645, 1461646, 1461647, 1461648, 1461649, 1461650, 1461651, 1461652, 1461653, 1461654, 1461655, 1461656, 1461657, 1461658, 1461659, 1461660, 1461661, 1461662, 1461663, 1461664, 1461665, 1461666, 1461667, 1461668, 1461669, 1461670, 1461671, 1461672, 1461673, 1461674, 1461675, 1461676, 1461677, 1461678, 1461679, 1461680, 1461681, 1461682, 1461683, 1461684, 1461685, 1461686, 1461687, 1461688, 1461689, 1461690, 1461691, 1461692, 1461693, 1461694, 1461695, 1461696, 1461697, 1461698, 1461699, 1461700, 1461701, 1461702, 1461703, 1461704, 1461705, 1461706, 1461707, 1461708, 1461709, 1461710, 1461711, 1461712, 1461713, 1461714, 1461715, 1461716, 1461717, 1461718, 1461719, 1461720, 1461721, 1461722, 1461723, 1461724, 1461725, 1461726, 1461727, 1461728, 1461729, 1461730, 1461731, 1461732, 1461733, 1461734, 1461735, 1461736, 1461737, 1461738, 1461739, 1461740, 1461741, 1461742, 1461743, 1461744, 1461745, 1461746, 1461747, 1461748, 1461749, 1461750, 1461751, 1461752, 1461753, 1461754, 1461755, 1461756, 1461757, 1461758, 1461759, 1461760, 1461761, 1461762, 1461763, 1461764, 1461765, 1461766, 1461767, 1461768, 1461769, 1461770, 1461771, 1461772, 1461773, 1461774, 1461775, 1461776, 1461777, 1461778, 1461779, 1461780, 1461781, 1461782, 1461783, 1461784, 1461785, 1461786, 1461787, 1461788, 1461789, 1461790, 1461791, 1461792, 1461793, 1461794, 1461795, 1461796, 1461797, 1461798, 1461799, 1461800, 1461801, 1461802, 1461803, 1461804, 1461805, 1461806, 1461807, 1461808, 1461809, 1461810, 1461811, 1461812, 1461813, 1461814, 1461815, 1461816, 1461817, 1461818, 1461819, 1461820, 1461821, 1461822, 1461823, 1461824, 1461825, 1461826, 1461827, 1461828, 1461829, 1461830, 1461831, 1461832, 1461833, 1461834, 1461835, 1461836, 1461837, 1461838, 1461839, 1461840, 1461841, 1461842, 1461843, 1461844, 1461845, 1461846, 1461847, 1461848, 1461849, 1461850, 1461851, 1461852, 1461853, 1461854, 1461855, 1461856, 1461857, 1461858, 1461859, 1461860, 1461861, 1461862, 1461863, 1461864, 1461865, 1461866, 1461867, 1461868, 1461869, 1461870, 1461871, 1461872, 1461873, 1461874, 1461875, 1461876, 1461877, 1461878, 1461879, 1461880, 1461881, 1461882, 1461883, 1461884, 1461885, 1461886, 1461887, 1461888, 1461889, 1461890, 1461891, 1461892, 1461893, 1461894, 1461895, 1461896, 1461897, 1461898, 1461899, 1461900, 1461901, 1461902, 1461903, 1461904, 1461905, 1461906, 1461907, 1461908, 1461909, 1461910, 1461911, 1461912, 1461913, 1461914, 1461915, 1461916, 1461917, 1461918, 1461919, 1461920, 1461921, 1461922, 1461923, 1461924, 1461925, 1461926, 1461927, 1461928, 1461929, 1461930, 1461931, 1461932, 1461933, 1461934, 1461935, 1461936, 1461937, 1461938, 1461939, 1461940, 1461941, 1461942, 1461943, 1461944, 1461945, 1461946, 1461947, 1461948, 1461949, 1461950, 1461951, 1461952, 1461953, 1461954, 1461955, 1461956, 1461957, 1461958, 1461959, 1461960, 1461961, 1461962, 1461963, 1461964, 1461965, 1461966, 1461967, 1461968, 1461969, 1461970, 1461971, 1461972, 1461973, 1461974, 1461975, 1461976, 1461977, 1461978, 1461979, 1461980, 1461981, 1461982, 1461983, 1461984, 1461985, 1461986, 1461987, 1461988, 1461989, 1461990, 1461991, 1461992, 1461993, 1461994, 1461995, 1461996, 1461997, 1461998, 1461999, 1462000, 1462001, 1462002, 1462003, 1462004, 1462005, 1462006, 1462007, 1462008, 1462009, 1462010, 1462011, 1462012, 1462013, 1462014, 1462015, 1462016, 1462017, 1462018, 1462019, 1462020, 1462021, 1462022, 1462023, 1462024, 1462025, 1462026, 1462027, 1462028, 1462029, 1462030, 1462031, 1462032, 1462033, 1462034, 1462035, 1462036, 1462037, 1462038, 1462039, 1462040, 1462041, 1462042, 1462043, 1462044, 1462045, 1462046, 1462047, 1462048, 1462049, 1462050, 1462051, 1462052, 1462053, 1462054, 1462055, 1462056, 1462057, 1462058, 1462059, 1310976) AND il.`id_lang` = 1 ORDER by i.`position` |
3.215
ms
|
0 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 42 |
2.986
ms
|
3023 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 78) |
2.876
ms
|
784 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 42
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
2.852
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 17) LIMIT 1 |
2.849
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:41 (require)
|
| 492 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 128 |
2.821
ms
|
5590 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1060302, 1060303, 1060304, 1060305, 1060306, 1060307, 1060308, 1060309, 1060310, 1060311, 1060312, 1060313, 1060314, 1060315, 1060316, 1060317, 1060319, 1060320, 1060321, 1060322, 1060323, 1060324, 1060325, 1060334, 1060335, 1060336, 1060337, 1060338, 1060339, 1060340, 1060341, 1060342, 1060343, 1060344, 1060345, 1060346, 1060347, 1060348, 1060349, 1060350, 1060351, 1060352, 1060353, 1060358, 1060359, 1060360, 1060361, 1060362, 1060363, 1060364, 1060365, 1060366, 1060367, 1060368, 1060369, 1060370, 1060371, 1060372, 1060373, 1060374, 1060375, 1060376, 1060377, 1060378, 1060379, 1060380, 1060381, 1060390, 1060391, 1060392, 1060393, 1060394, 1060395, 1060396, 1060397, 1060398, 1060399, 1060400, 1060401, 1060446, 1060447, 1060448, 1060449, 1060450, 1060451, 1060452, 1060453, 1060454, 1060455, 1060456, 1060457, 1060458, 1060459, 1060460, 1060461, 1060462, 1060463, 1060464, 1060465, 1060466, 1060467, 1060468, 1060469, 1060478, 1060479, 1060480, 1060481, 1060482, 1060483, 1060484, 1060485, 1060486, 1060487, 1060488, 1060489, 1060490, 1060491, 1060492, 1060493, 1060494, 1060495, 1060496, 1060497, 1060502, 1060503, 1060504, 1060505, 1060506, 1060507, 1060508, 1060509, 1060510, 1060511, 1060512, 1060513, 1060514, 1060515, 1060516, 1060517, 1060518, 1060519, 1060520, 1060521, 1060522, 1060523, 1060524, 1060525, 1060534, 1060535, 1060536, 1060537, 1060538, 1060539, 1060540, 1060541, 1060542, 1060543, 1060544, 1060545, 1060590, 1060591, 1060592, 1060593, 1060594, 1060595, 1060596, 1060597, 1060598, 1060599, 1060600, 1060601, 1060602, 1060603, 1060604, 1060605, 1060606, 1060607, 1060608, 1060609, 1060610, 1060611, 1060612, 1060613, 1060622, 1060623, 1060624, 1060625, 1060626, 1060627, 1060628, 1060629, 1060630, 1060631, 1060632, 1060633, 1060634, 1060635, 1060636, 1060637, 1060638, 1060639, 1060640, 1060641, 1060646, 1060647, 1060648, 1060649, 1060650, 1060651, 1060652, 1060653, 1060654, 1060655, 1060656, 1060657, 1060658, 1060659, 1060660, 1060661, 1060662, 1060663, 1060664, 1060665, 1060666, 1060667, 1060668, 1060669, 1060678, 1060679, 1060680, 1060681, 1060682, 1060683, 1060684, 1060685, 1060686, 1060687, 1060688, 1060689, 1060734, 1060735, 1060736, 1060737, 1060738, 1060739, 1060740, 1060741, 1060742, 1060743, 1060744, 1060745, 1060746, 1060747, 1060748, 1060749, 1060750, 1060751, 1060752, 1060753, 1060754, 1060755, 1060756, 1060757, 1060766, 1060767, 1060768, 1060769, 1060770, 1060771, 1060772, 1060773, 1060774, 1060775, 1060776, 1060777, 1060778, 1060779, 1060780, 1060781, 1060782, 1060783, 1060784, 1060785, 1060790, 1060791, 1060792, 1060793, 1060794, 1060795, 1060796, 1060797, 1060798, 1060799, 1060800, 1060801, 1060802, 1060803, 1060804, 1060805, 1060806, 1060807, 1060808, 1060809, 1060810, 1060811, 1060812, 1060813, 1060822, 1060823, 1060824, 1060825, 1060826, 1060827, 1060828, 1060829, 1060830, 1060831, 1060832, 1060833, 1061310, 1061311, 1061312, 1061313, 1061314, 1061315, 1061316, 1061317, 1061318, 1061319, 1061320, 1061321, 1061322, 1061323, 1061324, 1061325, 1061326, 1061327, 1061328, 1061329, 1061330, 1061331, 1061332, 1061333, 1061342, 1061343, 1061344, 1061345, 1061346, 1061347, 1061348, 1061349, 1061350, 1061351, 1061352, 1061353, 1061354, 1061355, 1061356, 1061357, 1061358, 1061359, 1061360, 1061361, 1061366, 1061367, 1061368, 1061369, 1061370, 1061371, 1061372, 1061373, 1061374, 1061375, 1061376, 1061377, 1061378, 1061379, 1061380, 1061381, 1061382, 1061383, 1061384, 1061385, 1061386, 1061387, 1061388, 1061389, 1061398, 1061399, 1061400, 1061401, 1061402, 1061403, 1061404, 1061405, 1061406, 1061407, 1061408, 1061409, 1061454, 1061455, 1061456, 1061457, 1061458, 1061459, 1061460, 1061461, 1061462, 1061463, 1061464, 1061465, 1061466, 1061467, 1061468, 1061469, 1061470, 1061471, 1061472, 1061473, 1061474, 1061475, 1061476, 1061477, 1061486, 1061487, 1061488, 1061489, 1061490, 1061491, 1061492, 1061493, 1061494, 1061495, 1061496, 1061497, 1061498, 1061499, 1061500, 1061501, 1061502, 1061503, 1061504, 1061505, 1061510, 1061511, 1061512, 1061513, 1061514, 1061515, 1061516, 1061517, 1061518, 1061519, 1061520, 1061521, 1061522, 1061523, 1061524, 1061525, 1061526, 1061527, 1061528, 1061529, 1061530, 1061531, 1061532, 1061533, 1061542, 1061543, 1061544, 1061545, 1061546, 1061547, 1061548, 1061549, 1061550, 1061551, 1061552, 1061553, 1061598, 1061599, 1061600, 1061601, 1061602, 1061603, 1061604, 1061605, 1061606, 1061607, 1061608, 1061609, 1061610, 1061611, 1061612, 1061613, 1061614, 1061615, 1061616, 1061617, 1061618, 1061619, 1061620, 1061621, 1061630, 1061631, 1061632, 1061633, 1061634, 1061635, 1061636, 1061637, 1061638, 1061639, 1061640, 1061641, 1061642, 1061643, 1061644, 1061645, 1061646, 1061647, 1061648, 1061649, 1061654, 1061655, 1061656, 1061657, 1061658, 1061659, 1061660, 1061661, 1061662, 1061663, 1061664, 1061665, 1061666, 1061667, 1061668, 1061669, 1061670, 1061671, 1061672, 1061673, 1061674, 1061675, 1061676, 1061677, 1061686, 1061687, 1061688, 1061689, 1061690, 1061691, 1061692, 1061693, 1061694, 1061695, 1061696, 1061697, 1446748, 1446749, 1446750, 1446751, 1446752, 1446753, 1446754, 1446755, 1446756, 1446757, 1446758, 1446759, 1446760, 1446761, 1446762, 1446763, 1446764, 1446765, 1446766, 1446767, 1446768, 1446769, 1446770, 1446771, 1446772, 1446773, 1446774, 1446775, 1446776, 1446777, 1446778, 1446779, 1446780, 1446781, 1446782, 1446783, 1446784, 1446785, 1446786, 1446787, 1446788, 1446789, 1446790, 1446791, 1446792, 1446793, 1446794, 1446795, 1446796, 1446797, 1446798, 1446799, 1446800, 1446801, 1446802, 1446803, 1446804, 1446805, 1446806, 1446807, 1446808, 1446809, 1446810, 1446811, 1446812, 1446813, 1446814, 1446815, 1446816, 1446817, 1446818, 1446819, 1446820, 1446821, 1446822, 1446823, 1446824, 1446825, 1446826, 1446827, 1446828, 1446829, 1446830, 1446831, 1446832, 1446833, 1446834, 1446835, 1446836, 1446837, 1446838, 1446839, 1446840, 1446841, 1446842, 1446843, 1446844, 1446845, 1446846, 1446847, 1446848, 1446849, 1446850, 1446851, 1446852, 1446853, 1446854, 1446855, 1446856, 1446857, 1446858, 1446859, 1446860, 1446861, 1446862, 1446863, 1446864, 1446865, 1446866, 1446867, 1446868, 1446869, 1446870, 1446871, 1446872, 1446873, 1446874, 1446875, 1446876, 1446877, 1446878, 1446879, 1446880, 1446881, 1446882, 1446883, 1446884, 1446885, 1446886, 1446887, 1446888, 1446889, 1446890, 1446891, 1446892, 1446893, 1446894, 1446895, 1446896, 1446897, 1446898, 1446899, 1446900, 1446901, 1446902, 1446903, 1446904, 1446905, 1446906, 1446907, 1446908, 1446909, 1446910, 1446911, 1446912, 1446913, 1446914, 1446915, 1446916, 1446917, 1446918, 1446919, 1446920, 1446921, 1446922, 1446923, 1446924, 1446925, 1446926, 1446927, 1446928, 1446929, 1446930, 1446931, 1446932, 1446933, 1446934, 1446935, 1446936, 1446937, 1446938, 1446939, 1446940, 1446941, 1446942, 1446943, 1446944, 1446945, 1446946, 1446947, 1446948, 1446949, 1446950, 1446951, 1446952, 1446953, 1446954, 1446955, 1446956, 1446957, 1446958, 1446959, 1446960, 1446961, 1446962, 1446963, 1446964, 1446965, 1446966, 1446967, 1446968, 1446969, 1446970, 1446971, 1446972, 1446973, 1446974, 1446975, 1446976, 1446977, 1446978, 1446979, 1446980, 1446981, 1446982, 1446983, 1446984, 1446985, 1446986, 1446987, 1446988, 1446989, 1446990, 1446991, 1446992, 1446993, 1446994, 1446995, 1446996, 1446997, 1446998, 1446999, 1447000, 1447001, 1447002, 1447003, 1447004, 1447005, 1447006, 1447007, 1447008, 1447009, 1447010, 1447011, 1447012, 1447013, 1447014, 1447015, 1447016, 1447017, 1447018, 1447019, 1447020, 1447021, 1447022, 1447023, 1447024, 1447025, 1447026, 1447027, 1447028, 1447029, 1447030, 1447031, 1447032, 1447033, 1447034, 1447035, 1447036, 1447037, 1447038, 1447039, 1447040, 1447041, 1447042, 1447043, 1447044, 1447045, 1447046, 1447047, 1447048, 1447049, 1447050, 1447051, 1447052, 1447053, 1447054, 1447055, 1447056, 1447057, 1447058, 1447059, 1447060, 1447061, 1447062, 1447063, 1447064, 1447065, 1447066, 1447067, 1447068, 1447069, 1447070, 1447071, 1447072, 1447073, 1447074, 1447075, 1447076, 1447077, 1447078, 1447079, 1447080, 1447081, 1447082, 1447083, 1447084, 1447085, 1447086, 1447087, 1447088, 1447089, 1447090, 1447091, 1447092, 1447093, 1447094, 1447095, 1447096, 1447097, 1447098, 1447099, 1447100, 1447101, 1447102, 1447103, 1447104, 1447105, 1447106, 1447107, 1447108, 1447109, 1447110, 1447111, 1060318) AND il.`id_lang` = 1 ORDER by i.`position` |
2.691
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1437638) LIMIT 1 |
2.513
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1240803, 1240804, 1240805, 1240806, 1240808, 1240810, 1240811, 1240812, 1240813, 1240814, 1240815, 1240816, 1240817, 1240818, 1240819, 1240822, 1240823, 1240824, 1240829, 1240834, 1240835, 1240836, 1240837, 1240838, 1240839, 1240841, 1240842, 1240843, 1240844, 1240845, 1240846, 1240847, 1240848, 1240849, 1240850, 1240853, 1240854, 1240855, 1240860, 1240865, 1240866, 1240867, 1240868, 1240869, 1240870, 1240872, 1240873, 1240874, 1240875, 1240876, 1240877, 1240878, 1240879, 1240880, 1240881, 1240884, 1240885, 1240886, 1240891, 1240896, 1240897, 1240898, 1240899, 1240900, 1240901, 1240903, 1240904, 1240905, 1240906, 1240907, 1240908, 1240909, 1240910, 1240911, 1240912, 1240915, 1240916, 1240917, 1240922, 1240927, 1240928, 1240929, 1240930, 1240931, 1240932, 1240934, 1240935, 1240936, 1240937, 1240938, 1240939, 1240940, 1240941, 1240942, 1240943, 1240946, 1240947, 1240948, 1240953, 1240958, 1240959, 1240960, 1240961, 1240962, 1240963, 1240965, 1240966, 1240967, 1240968, 1240969, 1240970, 1240971, 1240972, 1240973, 1240974, 1240977, 1240978, 1240979, 1240984, 1240989, 1240990, 1240991, 1240992, 1240993, 1240994, 1240996, 1240997, 1240998, 1240999, 1241000, 1241001, 1241002, 1241003, 1241004, 1241005, 1241008, 1241009, 1241010, 1241015, 1241020, 1241021, 1241022, 1241023, 1241024, 1241025, 1241027, 1241028, 1241029, 1241030, 1241031, 1241032, 1241033, 1241034, 1241035, 1241036, 1241039, 1241040, 1241041, 1241046, 1241051, 1241052, 1241053, 1241054, 1241055, 1241056, 1241058, 1241059, 1241060, 1241061, 1241062, 1241063, 1241064, 1241065, 1241066, 1241067, 1241070, 1241071, 1241072, 1241077, 1241082, 1241083, 1241084, 1241085, 1241086, 1241087, 1241089, 1241090, 1241091, 1241092, 1241093, 1241094, 1241095, 1241096, 1241097, 1241098, 1241101, 1241102, 1241103, 1241108, 1241113, 1241114, 1241115, 1241116, 1241117, 1241118, 1241120, 1241121, 1241122, 1241123, 1241124, 1241125, 1241126, 1241127, 1241128, 1241129, 1241132, 1241133, 1241134, 1241139, 1241144, 1241145, 1241146, 1241147, 1241148, 1241149, 1241151, 1241152, 1241153, 1241154, 1241155, 1241156, 1241157, 1241158, 1241159, 1241160, 1241163, 1241164, 1241165, 1241170, 1241175, 1241176, 1241177, 1241178, 1241179, 1241180, 1241182, 1241183, 1241184, 1241185, 1241186, 1241187, 1241188, 1241189, 1241190, 1241191, 1241194, 1241195, 1241196, 1241201, 1241206, 1241207, 1241208, 1241209, 1241210, 1241211, 1241213, 1241214, 1241215, 1241216, 1241217, 1241218, 1241219, 1241220, 1241221, 1241222, 1241225, 1241226, 1241227, 1241232, 1241237, 1241238, 1241239, 1241240, 1241241, 1241242, 1241244, 1241245, 1241246, 1241247, 1241248, 1241249, 1241250, 1241251, 1241252, 1241253, 1241256, 1241257, 1241258, 1241263, 1241268, 1241269, 1241270, 1241271, 1241272, 1241273, 1241275, 1241276, 1241277, 1241278, 1241279, 1241280, 1241281, 1241282, 1241283, 1241284, 1241287, 1241288, 1241289, 1241294, 1241299, 1241300, 1241301, 1241302, 1241303, 1241304, 1241306, 1241307, 1241308, 1241309, 1241310, 1241311, 1241312, 1241313, 1241314, 1241315, 1241318, 1241319, 1241320, 1241325, 1241330, 1241331, 1241332, 1241333, 1241334, 1241335, 1241337, 1241338, 1241339, 1241340, 1241341, 1241342, 1241343, 1241344, 1241345, 1241346, 1241349, 1241350, 1241351, 1241356, 1241361, 1241362, 1241363, 1241364, 1241365, 1241366, 1241368, 1241369, 1241370, 1241371, 1241372, 1241373, 1241374, 1241375, 1241376, 1241377, 1241380, 1241381, 1241382, 1241387, 1241392, 1241393, 1241394, 1241395, 1241396, 1241397, 1241399, 1241400, 1241401, 1241402, 1241403, 1241404, 1241405, 1241406, 1241407, 1241408, 1241411, 1241412, 1241413, 1241418, 1241423, 1241424, 1241425, 1241426, 1241427, 1241428, 1241430, 1241431, 1241432, 1241433, 1241434, 1241435, 1241436, 1241437, 1241438, 1241439, 1241442, 1241443, 1241444, 1241449, 1241454, 1241455, 1241456, 1241457, 1241459, 1241461, 1241465, 1241467, 1241469, 1241470, 1241472, 1241475, 1241477, 1241478, 1241481, 1241482, 1241488, 1241490, 1241492, 1241498, 1241503, 1241504, 1241505, 1241506, 1241507, 1241508, 1241510, 1241511, 1241512, 1241513, 1241514, 1241515, 1241516, 1241517, 1241518, 1241519, 1241522, 1241523, 1241524, 1241529, 1241534, 1241535, 1241536, 1241537, 1241538, 1241539, 1241541, 1241542, 1241543, 1241544, 1241545, 1241546, 1241547, 1241548, 1241549, 1241550, 1241553, 1241554, 1241555, 1241560, 1241565, 1241567, 1241569, 1241571, 1241573, 1241575, 1241579, 1241581, 1241584, 1241586, 1241588, 1241590, 1241592, 1241594, 1241596, 1241598, 1241602, 1241603, 1241604, 1241609, 1241614, 1241615, 1241616, 1241617, 1241618, 1241619, 1241621, 1241622, 1241623, 1241624, 1241625, 1241626, 1241627, 1241628, 1241629, 1241630, 1241633, 1241634, 1241635, 1241640, 1241645, 1241646, 1241647, 1241648, 1241649, 1241650, 1241652, 1241653, 1241654, 1241655, 1241656, 1241657, 1241658, 1241659, 1241660, 1241661, 1241664, 1241665, 1241666, 1241675, 1241686, 1241689, 1241691, 1241693, 1241695, 1241698, 1241701, 1241702, 1241703, 1241704, 1241705, 1241706, 1241707, 1241708, 1241709, 1241710, 1241713, 1241714, 1241715, 1241720, 1434105, 1434106, 1434107, 1434108, 1434109, 1434110, 1434111, 1434112, 1434113, 1434114, 1434115, 1434116, 1434117, 1434118, 1434119, 1434120, 1434121, 1434122, 1434123, 1434124, 1434125, 1434126, 1434127, 1434128, 1434129, 1434130, 1434131, 1434132, 1434133, 1434134, 1434135, 1434136, 1434137, 1434138, 1434139, 1434140, 1434141, 1434142, 1434143, 1434144, 1434145, 1434146, 1434147, 1434148, 1434149, 1434150, 1434151, 1434152, 1434153, 1434154, 1434155, 1434156, 1434157, 1434158, 1434159, 1434160, 1434161, 1434162, 1434163, 1434164, 1434165, 1434166, 1434167, 1434168, 1434169, 1434170, 1434171, 1434172, 1434173, 1434174, 1434175, 1434176, 1434177, 1434178, 1434179, 1434180, 1434181, 1434182, 1434183, 1434184, 1434185, 1434186, 1434187, 1434188, 1434189, 1434190, 1434191, 1434192, 1434193, 1434194, 1434195, 1434196, 1434197, 1434198, 1434199, 1434200, 1434201, 1434202, 1434203, 1434204, 1434205, 1434206, 1434207, 1434208, 1434209, 1434210, 1434211, 1434212, 1434213, 1434214, 1434215, 1434216, 1434217, 1434218, 1434219, 1434220, 1434221, 1434222, 1434223, 1434224, 1434225, 1434226, 1434227, 1434228, 1434229, 1434230, 1434231, 1434232, 1434233, 1434234, 1434235, 1434236, 1434237, 1434238, 1434239, 1434240, 1434241, 1434242, 1434243, 1434244, 1434245, 1434246, 1434247, 1434248, 1434249, 1434250, 1434251, 1434252, 1434253, 1434254, 1434255, 1434256, 1434257, 1434258, 1434259, 1434260, 1434261, 1434262, 1434263, 1434264, 1434265, 1434266, 1434267, 1434268, 1434269, 1434270, 1434271, 1434272, 1434273, 1434274, 1434275, 1434276, 1434277, 1434278, 1434279, 1434280, 1434281, 1434282, 1434283, 1434284, 1434285, 1434286, 1434287, 1434288, 1434289, 1434290, 1434291, 1434292, 1434293, 1434294, 1434295, 1434296, 1434297, 1434298, 1434299, 1434300, 1434301, 1434302, 1434303, 1434304, 1434305, 1434306, 1434307, 1434308, 1434309, 1434310, 1434311, 1434312, 1434313, 1434314, 1434315, 1434316, 1434317, 1434318, 1434319, 1434320, 1434321, 1434322, 1434323, 1434324, 1434325, 1434326, 1434327, 1434328, 1434329, 1434330, 1434331, 1434332, 1434333, 1434334, 1434335, 1434336, 1434337, 1434338, 1434339, 1434340, 1434341, 1434342, 1434343, 1434344, 1434345, 1434346, 1434347, 1434348, 1434349, 1434350, 1434351, 1434352, 1434353, 1434354, 1434355, 1434356, 1434357, 1434358, 1434359, 1434360, 1434361, 1434362, 1434363, 1434364, 1434365, 1434366, 1434367, 1434368, 1434369, 1434370, 1434371, 1434372, 1434373, 1434374, 1434375, 1434376, 1434377, 1434378, 1434379, 1434380, 1434381, 1434382, 1434383, 1434384, 1434385, 1434386, 1434387, 1434388, 1434389, 1434390, 1434391, 1434392, 1434393, 1434394, 1434395, 1434396, 1434397, 1434398, 1434399, 1434400, 1434401, 1434402, 1434403, 1434404, 1434405, 1434406, 1434407, 1434408, 1434409, 1434410, 1434411, 1434412, 1434413, 1434414, 1434415, 1434416, 1434417, 1434418, 1434419, 1434420, 1434421, 1434422, 1434423, 1434424, 1434425, 1434426, 1434427, 1434428, 1434429, 1434430, 1434431, 1434432, 1434433, 1434434, 1434435, 1434436, 1434437, 1434438, 1434439, 1434440, 1240807) AND il.`id_lang` = 1 ORDER by i.`position` |
2.485
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 20) |
2.481
ms
|
784 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 77 |
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 11) |
2.288
ms
|
784 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1237331, 1237332, 1237333, 1237334, 1237336, 1237338, 1237339, 1237340, 1237341, 1237342, 1237343, 1237344, 1237345, 1237346, 1237347, 1237350, 1237351, 1237352, 1237357, 1237362, 1237363, 1237364, 1237365, 1237366, 1237367, 1237369, 1237370, 1237371, 1237372, 1237373, 1237374, 1237375, 1237376, 1237377, 1237378, 1237381, 1237382, 1237383, 1237388, 1237393, 1237394, 1237395, 1237396, 1237397, 1237398, 1237400, 1237401, 1237402, 1237403, 1237404, 1237405, 1237406, 1237407, 1237408, 1237409, 1237412, 1237413, 1237414, 1237419, 1237424, 1237425, 1237426, 1237427, 1237428, 1237429, 1237431, 1237432, 1237433, 1237434, 1237435, 1237436, 1237437, 1237438, 1237439, 1237440, 1237443, 1237444, 1237445, 1237450, 1237455, 1237456, 1237457, 1237458, 1237459, 1237460, 1237462, 1237463, 1237464, 1237465, 1237466, 1237467, 1237468, 1237469, 1237470, 1237471, 1237474, 1237475, 1237476, 1237481, 1237486, 1237487, 1237488, 1237489, 1237490, 1237491, 1237493, 1237494, 1237495, 1237496, 1237497, 1237498, 1237499, 1237500, 1237501, 1237502, 1237505, 1237506, 1237507, 1237512, 1237517, 1237518, 1237519, 1237520, 1237521, 1237522, 1237524, 1237525, 1237526, 1237527, 1237528, 1237529, 1237530, 1237531, 1237532, 1237533, 1237536, 1237537, 1237538, 1237543, 1237548, 1237549, 1237550, 1237551, 1237552, 1237553, 1237555, 1237556, 1237557, 1237558, 1237559, 1237560, 1237561, 1237562, 1237563, 1237564, 1237567, 1237568, 1237569, 1237574, 1237579, 1237580, 1237581, 1237582, 1237583, 1237584, 1237586, 1237587, 1237588, 1237589, 1237590, 1237591, 1237592, 1237593, 1237594, 1237595, 1237598, 1237599, 1237600, 1237605, 1237610, 1237611, 1237612, 1237613, 1237614, 1237615, 1237617, 1237618, 1237619, 1237620, 1237621, 1237622, 1237623, 1237624, 1237625, 1237626, 1237629, 1237630, 1237631, 1237636, 1237641, 1237642, 1237643, 1237644, 1237645, 1237646, 1237648, 1237649, 1237650, 1237651, 1237652, 1237653, 1237654, 1237655, 1237656, 1237657, 1237660, 1237661, 1237662, 1237667, 1237672, 1237673, 1237674, 1237675, 1237676, 1237677, 1237679, 1237680, 1237681, 1237682, 1237683, 1237684, 1237685, 1237686, 1237687, 1237688, 1237691, 1237692, 1237693, 1237698, 1237703, 1237704, 1237705, 1237706, 1237707, 1237708, 1237710, 1237711, 1237712, 1237713, 1237714, 1237715, 1237716, 1237717, 1237718, 1237719, 1237722, 1237723, 1237724, 1237729, 1237734, 1237735, 1237736, 1237737, 1237738, 1237739, 1237741, 1237742, 1237743, 1237744, 1237745, 1237746, 1237747, 1237748, 1237749, 1237750, 1237753, 1237754, 1237755, 1237760, 1237765, 1237766, 1237767, 1237768, 1237769, 1237770, 1237772, 1237773, 1237774, 1237775, 1237776, 1237777, 1237778, 1237779, 1237780, 1237781, 1237784, 1237785, 1237786, 1237791, 1237796, 1237797, 1237798, 1237799, 1237800, 1237801, 1237803, 1237804, 1237805, 1237806, 1237807, 1237808, 1237809, 1237810, 1237811, 1237812, 1237815, 1237816, 1237817, 1237822, 1237827, 1237828, 1237829, 1237830, 1237831, 1237832, 1237834, 1237835, 1237836, 1237837, 1237838, 1237839, 1237840, 1237841, 1237842, 1237843, 1237846, 1237847, 1237848, 1237853, 1237858, 1237859, 1237860, 1237861, 1237862, 1237863, 1237865, 1237866, 1237867, 1237868, 1237869, 1237870, 1237871, 1237872, 1237873, 1237874, 1237877, 1237878, 1237879, 1237884, 1237889, 1237890, 1237891, 1237892, 1237893, 1237894, 1237896, 1237897, 1237898, 1237899, 1237900, 1237901, 1237902, 1237903, 1237904, 1237905, 1237908, 1237909, 1237910, 1237915, 1237920, 1237921, 1237922, 1237923, 1237924, 1237925, 1237927, 1237928, 1237929, 1237930, 1237931, 1237932, 1237933, 1237934, 1237935, 1237936, 1237939, 1237940, 1237941, 1237946, 1237951, 1237952, 1237953, 1237954, 1237955, 1237956, 1237958, 1237959, 1237960, 1237961, 1237962, 1237963, 1237964, 1237965, 1237966, 1237967, 1237970, 1237971, 1237972, 1237977, 1237982, 1237983, 1237984, 1237985, 1237986, 1237987, 1237989, 1237990, 1237991, 1237992, 1237993, 1237994, 1237995, 1237996, 1237997, 1237998, 1238001, 1238002, 1238003, 1238008, 1238013, 1238014, 1238015, 1238016, 1238017, 1238018, 1238020, 1238021, 1238022, 1238023, 1238024, 1238025, 1238026, 1238027, 1238028, 1238029, 1238032, 1238033, 1238034, 1238039, 1238044, 1238045, 1238046, 1238047, 1238048, 1238049, 1238051, 1238052, 1238053, 1238054, 1238055, 1238056, 1238057, 1238058, 1238059, 1238060, 1238063, 1238064, 1238065, 1238070, 1238075, 1238076, 1238077, 1238078, 1238079, 1238080, 1238082, 1238083, 1238084, 1238085, 1238086, 1238087, 1238088, 1238089, 1238090, 1238091, 1238094, 1238095, 1238096, 1238101, 1238106, 1238107, 1238108, 1238109, 1238110, 1238111, 1238113, 1238114, 1238115, 1238116, 1238117, 1238118, 1238119, 1238120, 1238121, 1238122, 1238125, 1238126, 1238127, 1238132, 1238137, 1238138, 1238139, 1238140, 1238141, 1238142, 1238144, 1238145, 1238146, 1238147, 1238148, 1238149, 1238150, 1238151, 1238152, 1238153, 1238156, 1238157, 1238158, 1238163, 1238168, 1238169, 1238170, 1238171, 1238172, 1238173, 1238175, 1238176, 1238177, 1238178, 1238179, 1238180, 1238181, 1238182, 1238183, 1238184, 1238187, 1238188, 1238189, 1238194, 1433769, 1433770, 1433771, 1433772, 1433773, 1433774, 1433775, 1433776, 1433777, 1433778, 1433779, 1433780, 1433781, 1433782, 1433783, 1433784, 1433785, 1433786, 1433787, 1433788, 1433789, 1433790, 1433791, 1433792, 1433793, 1433794, 1433795, 1433796, 1433797, 1433798, 1433799, 1433800, 1433801, 1433802, 1433803, 1433804, 1433805, 1433806, 1433807, 1433808, 1433809, 1433810, 1433811, 1433812, 1433813, 1433814, 1433815, 1433816, 1433817, 1433818, 1433819, 1433820, 1433821, 1433822, 1433823, 1433824, 1433825, 1433826, 1433827, 1433828, 1433829, 1433830, 1433831, 1433832, 1433833, 1433834, 1433835, 1433836, 1433837, 1433838, 1433839, 1433840, 1433841, 1433842, 1433843, 1433844, 1433845, 1433846, 1433847, 1433848, 1433849, 1433850, 1433851, 1433852, 1433853, 1433854, 1433855, 1433856, 1433857, 1433858, 1433859, 1433860, 1433861, 1433862, 1433863, 1433864, 1433865, 1433866, 1433867, 1433868, 1433869, 1433870, 1433871, 1433872, 1433873, 1433874, 1433875, 1433876, 1433877, 1433878, 1433879, 1433880, 1433881, 1433882, 1433883, 1433884, 1433885, 1433886, 1433887, 1433888, 1433889, 1433890, 1433891, 1433892, 1433893, 1433894, 1433895, 1433896, 1433897, 1433898, 1433899, 1433900, 1433901, 1433902, 1433903, 1433904, 1433905, 1433906, 1433907, 1433908, 1433909, 1433910, 1433911, 1433912, 1433913, 1433914, 1433915, 1433916, 1433917, 1433918, 1433919, 1433920, 1433921, 1433922, 1433923, 1433924, 1433925, 1433926, 1433927, 1433928, 1433929, 1433930, 1433931, 1433932, 1433933, 1433934, 1433935, 1433936, 1433937, 1433938, 1433939, 1433940, 1433941, 1433942, 1433943, 1433944, 1433945, 1433946, 1433947, 1433948, 1433949, 1433950, 1433951, 1433952, 1433953, 1433954, 1433955, 1433956, 1433957, 1433958, 1433959, 1433960, 1433961, 1433962, 1433963, 1433964, 1433965, 1433966, 1433967, 1433968, 1433969, 1433970, 1433971, 1433972, 1433973, 1433974, 1433975, 1433976, 1433977, 1433978, 1433979, 1433980, 1433981, 1433982, 1433983, 1433984, 1433985, 1433986, 1433987, 1433988, 1433989, 1433990, 1433991, 1433992, 1433993, 1433994, 1433995, 1433996, 1433997, 1433998, 1433999, 1434000, 1434001, 1434002, 1434003, 1434004, 1434005, 1434006, 1434007, 1434008, 1434009, 1434010, 1434011, 1434012, 1434013, 1434014, 1434015, 1434016, 1434017, 1434018, 1434019, 1434020, 1434021, 1434022, 1434023, 1434024, 1434025, 1434026, 1434027, 1434028, 1434029, 1434030, 1434031, 1434032, 1434033, 1434034, 1434035, 1434036, 1434037, 1434038, 1434039, 1434040, 1434041, 1434042, 1434043, 1434044, 1434045, 1434046, 1434047, 1434048, 1434049, 1434050, 1434051, 1434052, 1434053, 1434054, 1434055, 1434056, 1434057, 1434058, 1434059, 1434060, 1434061, 1434062, 1434063, 1434064, 1434065, 1434066, 1434067, 1434068, 1434069, 1434070, 1434071, 1434072, 1434073, 1434074, 1434075, 1434076, 1434077, 1434078, 1434079, 1434080, 1434081, 1434082, 1434083, 1434084, 1434085, 1434086, 1434087, 1434088, 1434089, 1434090, 1434091, 1434092, 1434093, 1434094, 1434095, 1434096, 1434097, 1434098, 1434099, 1434100, 1434101, 1434102, 1434103, 1434104, 1237335) AND il.`id_lang` = 1 ORDER by i.`position` |
2.265
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1305409, 1305410, 1305411, 1305412, 1305413, 1305414, 1305415, 1305416, 1305417, 1305418, 1305419, 1305420, 1305421, 1305422, 1305423, 1305426, 1305427, 1305428, 1305433, 1305437, 1305438, 1305439, 1305440, 1305441, 1305442, 1305443, 1305444, 1305445, 1305446, 1305447, 1305448, 1305449, 1305450, 1305451, 1305452, 1305455, 1305456, 1305457, 1305462, 1305466, 1305467, 1305468, 1305469, 1305470, 1305471, 1305472, 1305473, 1305474, 1305475, 1305476, 1305477, 1305478, 1305479, 1305480, 1305481, 1305484, 1305485, 1305486, 1305491, 1305495, 1305496, 1305497, 1305498, 1305499, 1305500, 1305501, 1305502, 1305503, 1305504, 1305505, 1305506, 1305507, 1305508, 1305509, 1305510, 1305513, 1305514, 1305515, 1305520, 1305524, 1305525, 1305526, 1305527, 1305528, 1305529, 1305530, 1305531, 1305532, 1305533, 1305534, 1305535, 1305536, 1305537, 1305538, 1305539, 1305542, 1305543, 1305544, 1305549, 1305553, 1305554, 1305555, 1305556, 1305557, 1305558, 1305559, 1305560, 1305561, 1305562, 1305563, 1305564, 1305565, 1305566, 1305567, 1305568, 1305571, 1305572, 1305573, 1305578, 1305582, 1305583, 1305584, 1305585, 1305586, 1305587, 1305588, 1305589, 1305590, 1305591, 1305592, 1305593, 1305594, 1305595, 1305596, 1305597, 1305600, 1305601, 1305602, 1305607, 1305611, 1305612, 1305613, 1305614, 1305615, 1305616, 1305617, 1305618, 1305619, 1305620, 1305621, 1305622, 1305623, 1305624, 1305625, 1305626, 1305629, 1305630, 1305631, 1305636, 1305640, 1305641, 1305642, 1305643, 1305644, 1305645, 1305646, 1305647, 1305648, 1305649, 1305650, 1305651, 1305652, 1305653, 1305654, 1305655, 1305658, 1305659, 1305660, 1305665, 1305669, 1305670, 1305671, 1305672, 1305673, 1305674, 1305675, 1305676, 1305677, 1305678, 1305679, 1305680, 1305681, 1305682, 1305683, 1305684, 1305687, 1305688, 1305689, 1305694, 1305698, 1305699, 1305700, 1305701, 1305702, 1305703, 1305704, 1305705, 1305706, 1305707, 1305708, 1305709, 1305710, 1305711, 1305712, 1305713, 1305716, 1305717, 1305718, 1305723, 1305727, 1305728, 1305729, 1305730, 1305731, 1305732, 1305733, 1305734, 1305735, 1305736, 1305737, 1305738, 1305739, 1305740, 1305741, 1305742, 1305745, 1305746, 1305747, 1305752, 1305756, 1305757, 1305758, 1305759, 1305760, 1305761, 1305762, 1305763, 1305764, 1305765, 1305766, 1305767, 1305768, 1305769, 1305770, 1305771, 1305774, 1305775, 1305776, 1305781, 1305785, 1305786, 1305787, 1305788, 1305789, 1305790, 1305791, 1305792, 1305793, 1305794, 1305795, 1305796, 1305797, 1305798, 1305799, 1305800, 1305803, 1305804, 1305805, 1305810, 1305814, 1305815, 1305816, 1305817, 1305818, 1305819, 1305820, 1305821, 1305822, 1305823, 1305824, 1305825, 1305826, 1305827, 1305828, 1305829, 1305832, 1305833, 1305834, 1305839, 1305843, 1305844, 1305845, 1305846, 1305847, 1305848, 1305849, 1305850, 1305851, 1305852, 1305853, 1305854, 1305855, 1305856, 1305857, 1305858, 1305861, 1305862, 1305863, 1305868, 1305872, 1305873, 1305874, 1305875, 1305876, 1305877, 1305878, 1305879, 1305880, 1305881, 1305882, 1305883, 1305884, 1305885, 1305886, 1305887, 1305890, 1305891, 1305892, 1305897, 1305901, 1305902, 1305903, 1305904, 1305905, 1305906, 1305907, 1305908, 1305909, 1305910, 1305911, 1305912, 1305913, 1305914, 1305915, 1305916, 1305919, 1305920, 1305921, 1305926, 1305930, 1305931, 1305932, 1305933, 1305934, 1305935, 1305936, 1305937, 1305938, 1305939, 1305940, 1305941, 1305942, 1305943, 1305944, 1305945, 1305948, 1305949, 1305950, 1305955, 1305959, 1305960, 1305961, 1305962, 1305963, 1305964, 1305965, 1305966, 1305967, 1305968, 1305969, 1305970, 1305971, 1305972, 1305973, 1305974, 1305977, 1305978, 1305979, 1305984, 1305988, 1305989, 1305990, 1305991, 1305992, 1305993, 1305994, 1305995, 1305996, 1305997, 1305998, 1305999, 1306000, 1306001, 1306002, 1306003, 1306006, 1306007, 1306008, 1306013, 1306017, 1306018, 1306019, 1306020, 1306021, 1306022, 1306023, 1306024, 1306025, 1306026, 1306027, 1306028, 1306029, 1306030, 1306031, 1306032, 1306035, 1306036, 1306037, 1306042, 1306046, 1306047, 1306048, 1306049, 1306050, 1306051, 1306052, 1306053, 1306054, 1306055, 1306056, 1306057, 1306058, 1306059, 1306060, 1306061, 1306064, 1306065, 1306066, 1306071, 1306075, 1306076, 1306077, 1306078, 1306079, 1306080, 1306081, 1306082, 1306083, 1306084, 1306085, 1306086, 1306087, 1306088, 1306089, 1306090, 1306093, 1306094, 1306095, 1306100, 1306104, 1306105, 1306106, 1306107, 1306108, 1306109, 1306110, 1306111, 1306112, 1306113, 1306114, 1306115, 1306116, 1306117, 1306118, 1306119, 1306122, 1306123, 1306124, 1306129, 1306133, 1306134, 1306135, 1306136, 1306137, 1306138, 1306139, 1306140, 1306141, 1306142, 1306143, 1306144, 1306145, 1306146, 1306147, 1306148, 1306151, 1306152, 1306153, 1306158, 1306162, 1306163, 1306164, 1306165, 1306166, 1306167, 1306168, 1306169, 1306170, 1306171, 1306172, 1306173, 1306174, 1306175, 1306176, 1306177, 1306180, 1306181, 1306182, 1306187, 1306191, 1306192, 1306193, 1306194, 1306195, 1306196, 1306197, 1306198, 1306199, 1306200, 1306201, 1306202, 1306203, 1306204, 1306205, 1306206, 1306209, 1306210, 1306211, 1306216, 1306220, 1306221, 1306222, 1306223, 1306224, 1306225, 1306226, 1306227, 1306228, 1306229, 1306230, 1306231, 1306232, 1306233, 1306234, 1306235, 1306238, 1306239, 1306240, 1306245, 1306249, 1306250, 1306251, 1306252, 1306253, 1306254, 1306255, 1306256, 1306257, 1306258, 1306259, 1306260, 1306261, 1306262, 1306263, 1306264, 1306267, 1306268, 1306269, 1306274, 1306278, 1306279, 1306280, 1306281, 1306282, 1306283, 1306284, 1306285, 1306286, 1306287, 1306288, 1306289, 1306290, 1306291, 1306292, 1306293, 1306296, 1306297, 1306298, 1306303, 1306307, 1306308, 1306309, 1306310, 1306311, 1306312, 1306313, 1306314, 1306315, 1306316, 1306317, 1306318, 1306319, 1306320, 1306321, 1306322, 1306325, 1306326, 1306327, 1306332, 1306336, 1306337, 1306338, 1306339, 1306340, 1306341, 1306342, 1306343, 1306344, 1306345, 1306346, 1306347, 1306348, 1306349, 1306350, 1306351, 1306354, 1306355, 1306356, 1306361, 1306365, 1306366, 1306367, 1306368, 1306369, 1306370, 1306371, 1306372, 1306373, 1306374, 1306375, 1306376, 1306377, 1306378, 1306379, 1306380, 1306383, 1306384, 1306385, 1306390, 1306394, 1306395, 1306396, 1306397, 1306398, 1306399, 1306400, 1306401, 1306402, 1306403, 1306404, 1306405, 1306406, 1306407, 1306408, 1306409, 1306412, 1306413, 1306414, 1306419, 1306423, 1306424, 1306425, 1306426, 1306427, 1306428, 1306429, 1306430, 1306431, 1306432, 1306433, 1306434, 1306435, 1306436, 1306437, 1306438, 1306441, 1306442, 1306443, 1306448, 1306452, 1306453, 1306454, 1306455, 1306456, 1306457, 1306458, 1306459, 1306460, 1306461, 1306462, 1306463, 1306464, 1306465, 1306466, 1306467, 1306470, 1306471, 1306472, 1306477, 1306481, 1306482, 1306483, 1306484, 1306485, 1306486, 1306487, 1306488, 1306489, 1306490, 1306491, 1306492, 1306493, 1306494, 1306495, 1306496, 1306499, 1306500, 1306501, 1306506, 1306510, 1306511, 1306512, 1306513, 1306514, 1306515, 1306516, 1306517, 1306518, 1306519, 1306520, 1306521, 1306522, 1306523, 1306524, 1306525, 1306528, 1306529, 1306530, 1306535, 1306539, 1306540, 1306541, 1306542, 1306543, 1306544, 1306545, 1306546, 1306547, 1306548, 1306549, 1306550, 1306551, 1306552, 1306553, 1306554, 1306557, 1306558, 1306559, 1306564, 1306568, 1306569, 1306570, 1306571, 1306572, 1306573, 1306574, 1306575, 1306576, 1306577, 1306578, 1306579, 1306580, 1306581, 1306582, 1306583, 1306586, 1306587, 1306588, 1306593, 1306597, 1306598, 1306599, 1306600, 1306601, 1306602, 1306603, 1306604, 1306605, 1306606, 1306607, 1306608, 1306609, 1306610, 1306611, 1306612, 1306615, 1306616, 1306617, 1306622, 1306626, 1306627, 1306628, 1306629, 1306630, 1306631, 1306632, 1306633, 1306634, 1306635, 1306636, 1306637, 1306638, 1306639, 1306640, 1306641, 1306644, 1306645, 1306646, 1306651, 1306655, 1306656, 1306657, 1306658, 1306659, 1306660, 1306661, 1306662, 1306663, 1306664, 1306665, 1306666, 1306667, 1306668, 1306669, 1306670, 1306673, 1306674, 1306675, 1306680, 1306684, 1306685, 1306686, 1306687, 1306688, 1306689, 1306690, 1306691, 1306692, 1306693, 1306694, 1306695, 1306696, 1306697, 1306698, 1306699, 1306702, 1306703, 1306704, 1306709, 1306713, 1306714, 1306715, 1306716, 1306717, 1306718, 1306719, 1306720, 1306721, 1306722, 1306723, 1306724, 1306725, 1306726, 1306727, 1306728, 1306731, 1306732, 1306733, 1306738, 1306742, 1306743, 1306744, 1306745, 1306746, 1306747, 1306748, 1306749, 1306750, 1306751, 1306752, 1306753, 1306754, 1306755, 1306756, 1306757, 1306760, 1306761, 1306762, 1306767, 1306771, 1306772, 1306773, 1306774, 1306775, 1306776, 1306777, 1306778, 1306779, 1306780, 1306781, 1306782, 1306783, 1306784, 1306785, 1306786, 1306789, 1306790, 1306791, 1306796, 1306800, 1306801, 1306802, 1306803, 1306804, 1306805, 1306806, 1306807, 1306808, 1306809, 1306810, 1306811, 1306812, 1306813, 1306814, 1306815, 1306818, 1306819, 1306820, 1306825, 1306829, 1306830, 1306831, 1306832, 1306833, 1306834, 1306835, 1306836, 1306837, 1306838, 1306839, 1306840, 1306841, 1306842, 1306843, 1306844, 1306847, 1306848, 1306849, 1306854, 1306858, 1306859, 1306860, 1306861, 1306862, 1306863, 1306864, 1306865, 1306866, 1306867, 1306868, 1306869, 1306870, 1306871, 1306872, 1306873, 1306876, 1306877, 1306878, 1306883, 1306887, 1306888, 1306889, 1306890, 1306891, 1306892, 1306893, 1306894, 1306895, 1306896, 1306897, 1306898, 1306899, 1306900, 1306901, 1306902, 1306905, 1306906, 1306907, 1306912, 1306916, 1306917, 1306918, 1306919, 1306920, 1306921, 1306922, 1306923, 1306924, 1306925, 1306926, 1306927, 1306928, 1306929, 1306930, 1306931, 1306934, 1306935, 1306936, 1306941, 1306945, 1306946, 1306947, 1306948, 1306949, 1306950, 1306951, 1306952, 1306953, 1306954, 1306955, 1306956, 1306957, 1306958, 1306959, 1306960, 1306963, 1306964, 1306965, 1306970, 1306974, 1306975, 1306976, 1306977, 1306978, 1306979, 1306980, 1306981, 1306982, 1306983, 1306984, 1306985, 1306986, 1306987, 1306988, 1306989, 1306992, 1306993, 1306994, 1306999, 1307003, 1307004, 1307005, 1307006, 1307007, 1307008, 1307009, 1307010, 1307011, 1307012, 1307013, 1307014, 1307015, 1307016, 1307017, 1307018, 1307021, 1307022, 1307023, 1307028, 1307032, 1307033, 1307034, 1307035, 1307036, 1307037, 1307038, 1307039, 1307040, 1307041, 1307042, 1307043, 1307044, 1307045, 1307046, 1307047, 1307050, 1307051, 1307052, 1307057, 1307061, 1307062, 1307063, 1307064, 1307065, 1307066, 1307067, 1307068, 1307069, 1307070, 1307071, 1307072, 1307073, 1307074, 1307075, 1307076, 1307079, 1307080, 1307081, 1307086, 1307090, 1307091, 1307092, 1307093, 1307094, 1307095, 1307096, 1307097, 1307098, 1307099, 1307100, 1307101, 1307102, 1307103, 1307104, 1307105, 1307108, 1307109, 1307110, 1307115, 1307119, 1307120, 1307121, 1307122, 1307123, 1307124, 1307125, 1307126, 1307127, 1307128, 1307129, 1307130, 1307131, 1307132, 1307133, 1307134, 1307137, 1307138, 1307139, 1307144, 1307148, 1307149, 1307150, 1307151, 1307152, 1307153, 1307154, 1307155, 1307156, 1307157, 1307158, 1307159, 1307160, 1307161, 1307162, 1307163, 1307166, 1307167, 1307168, 1307173, 1307177, 1307178, 1307179, 1307180, 1307181, 1307182, 1307183, 1307184, 1307185, 1307186, 1307187, 1307188, 1307189, 1307190, 1307191, 1307192, 1307195, 1307196, 1307197, 1307202, 1307206, 1307207, 1307208, 1307209, 1307210, 1307211, 1307212, 1307213, 1307214, 1307215, 1307216, 1307217, 1307218, 1307219, 1307220, 1307221, 1307224, 1307225, 1307226, 1307231, 1307235, 1307236, 1307237, 1307238, 1307239, 1307240, 1307241, 1307242, 1307243, 1307244, 1307245, 1307246, 1307247, 1307248, 1307249, 1307250, 1307253, 1307254, 1307255, 1307260, 1307264, 1307265, 1307266, 1307267, 1307268, 1307269, 1307270, 1307271, 1307272, 1307273, 1307274, 1307275, 1307276, 1307277, 1307278, 1307279, 1307282, 1307283, 1307284, 1307289, 1307293, 1307294, 1307295, 1307296, 1307297, 1307298, 1307299, 1307300, 1307301, 1307302, 1307303, 1307304, 1307305, 1307306, 1307307, 1307308, 1307311, 1307312, 1307313, 1307318, 1307322, 1307323, 1307324, 1307325, 1307326, 1307327, 1307328, 1307329, 1307330, 1307331, 1307332, 1307333, 1307334, 1307335, 1307336, 1307337, 1307340, 1307341, 1307342, 1307347, 1307351, 1307352, 1307353, 1307354, 1307355, 1307356, 1307357, 1307358, 1307359, 1307360, 1307361, 1307362, 1307363, 1307364, 1307365, 1307366, 1307369, 1307370, 1307371, 1307376, 1307380, 1307381, 1307382, 1307383, 1307384, 1307385, 1307386, 1307387, 1307388, 1307389, 1307390, 1307391, 1307392, 1307393, 1307394, 1307395, 1307398, 1307399, 1307400, 1307405, 1307409, 1307410, 1307411, 1307412, 1307413, 1307414, 1307415, 1307416, 1307417, 1307418, 1307419, 1307420, 1307421, 1307422, 1307423, 1307424, 1307427, 1307428, 1307429, 1307434, 1307438, 1307439, 1307440, 1307441, 1307442, 1307443, 1307444, 1307445, 1307446, 1307447, 1307448, 1307449, 1307450, 1307451, 1307452, 1307453, 1307456, 1307457, 1307458, 1307463, 1307467, 1307468, 1307469, 1307470, 1307471, 1307472, 1307473, 1307474, 1307475, 1307476, 1307477, 1307478, 1307479, 1307480, 1307481, 1307482, 1307485, 1307486, 1307487, 1307492, 1307496, 1307497, 1307498, 1307499, 1307500, 1307501, 1307502, 1307503, 1307504, 1307505, 1307506, 1307507, 1307508, 1307509, 1307510, 1307511, 1307514, 1307515, 1307516, 1307521, 1307525, 1307526, 1307527, 1307528, 1307529, 1307530, 1307531, 1307532, 1307533, 1307534, 1307535, 1307536, 1307537, 1307538, 1307539, 1307540, 1307543, 1307544, 1307545, 1307550, 1307554, 1307555, 1307556, 1307557, 1307558, 1307559, 1307560, 1307561, 1307562, 1307563, 1307564, 1307565, 1307566, 1307567, 1307568, 1307569, 1307572, 1307573, 1307574, 1307579, 1307583, 1307584, 1307585, 1307586, 1307587, 1307588, 1307589, 1307590, 1307591, 1307592, 1307593, 1307594, 1307595, 1307596, 1307597, 1307598, 1307601, 1307602, 1307603, 1307608, 1307612, 1307613, 1307614, 1307615, 1307616, 1307617, 1307618, 1307619, 1307620, 1307621, 1307622, 1307623, 1307624, 1307625, 1307626, 1307627, 1307630, 1307631, 1307632, 1307637, 1307641, 1307642, 1307643, 1307644, 1307645, 1307646, 1307647, 1307648, 1307649, 1307650, 1307651, 1307652, 1307653, 1307654, 1307655, 1307656, 1307659, 1307660, 1307661, 1307666, 1307670, 1307671, 1307672, 1307673, 1307674, 1307675, 1307676, 1307677, 1307678, 1307679, 1307680, 1307681, 1307682, 1307683, 1307684, 1307685, 1307688, 1307689, 1307690, 1307695, 1307699, 1307700, 1307701, 1307702, 1307703, 1307704, 1307705, 1307706, 1307707, 1307708, 1307709, 1307710, 1307711, 1307712, 1307713, 1307714, 1307717, 1307718, 1307719, 1307724, 1307728, 1307729, 1307730, 1307731, 1307732, 1307733, 1307734, 1307735, 1307736, 1307737, 1307738, 1307739, 1307740, 1307741, 1307742, 1307743, 1307746, 1307747, 1307748, 1307753, 1307757, 1307758, 1307759, 1307760, 1307761, 1307762, 1307763, 1307764, 1307765, 1307766, 1307767, 1307768, 1307769, 1307770, 1307771, 1307772, 1307775, 1307776, 1307777, 1307782, 1307786, 1307787, 1307788, 1307789, 1307790, 1307791, 1307792, 1307793, 1307794, 1307795, 1307796, 1307797, 1307798, 1307799, 1307800, 1307801, 1307804, 1307805, 1307806, 1307811, 1307815, 1307816, 1307817, 1307818, 1307819, 1307820, 1307821, 1307822, 1307823, 1307824, 1307825, 1307826, 1307827, 1307828, 1307829, 1307830, 1307833, 1307834, 1307835, 1307840, 1454147, 1454148, 1454149, 1454150, 1454151, 1454152, 1454153, 1454154, 1454155, 1454156, 1454157, 1454158, 1454159, 1454160, 1454161, 1454162, 1454163, 1454164, 1454165, 1454166, 1454167, 1454168, 1454169, 1454170, 1454171, 1454172, 1454173, 1454174, 1454175, 1454176, 1454177, 1454178, 1454179, 1454180, 1454181, 1454182, 1454183, 1454184, 1454185, 1454186, 1454187, 1454188, 1454189, 1454190, 1454191, 1454192, 1454193, 1454194, 1454195, 1454196, 1454197, 1454198, 1454199, 1454200, 1454201, 1454202, 1454203, 1454204, 1454205, 1454206, 1454207, 1454208, 1454209, 1454210, 1454211, 1454212, 1454213, 1454214, 1454215, 1454216, 1454217, 1454218, 1454219, 1454220, 1454221, 1454222, 1454223, 1454224, 1454225, 1454226, 1454227, 1454228, 1454229, 1454230, 1454231, 1454232, 1454233, 1454234, 1454235, 1454236, 1454237, 1454238, 1454239, 1454240, 1454241, 1454242, 1454243, 1454244, 1454245, 1454246, 1454247, 1454248, 1454249, 1454250, 1454251, 1454252, 1454253, 1454254, 1454255, 1454256, 1454257, 1454258, 1454259, 1454260, 1454261, 1454262, 1454263, 1454264, 1454265, 1454266, 1454267, 1454268, 1454269, 1454270, 1454271, 1454272, 1454273, 1454274, 1454275, 1454276, 1454277, 1454278, 1454279, 1454280, 1454281, 1454282, 1454283, 1454284, 1454285, 1454286, 1454287, 1454288, 1454289, 1454290, 1454291, 1454292, 1454293, 1454294, 1454295, 1454296, 1454297, 1454298, 1454299, 1454300, 1454301, 1454302, 1454303, 1454304, 1454305, 1454306, 1454307, 1454308, 1454309, 1454310, 1454311, 1454312, 1454313, 1454314, 1454315, 1454316, 1454317, 1454318, 1454319, 1454320, 1454321, 1454322, 1454323, 1454324, 1454325, 1454326, 1454327, 1454328, 1454329, 1454330, 1454331, 1454332, 1454333, 1454334, 1454335, 1454336, 1454337, 1454338, 1454339, 1454340, 1454341, 1454342, 1454343, 1454344, 1454345, 1454346, 1454347, 1454348, 1454349, 1454350, 1454351, 1454352, 1454353, 1454354, 1454355, 1454356, 1454357, 1454358, 1454359, 1454360, 1454361, 1454362, 1454363, 1454364, 1454365, 1454366, 1454367, 1454368, 1454369, 1454370, 1454371, 1454372, 1454373, 1454374, 1454375, 1454376, 1454377, 1454378, 1454379, 1454380, 1454381, 1454382, 1454383, 1454384, 1454385, 1454386, 1454387, 1454388, 1454389, 1454390, 1454391, 1454392, 1454393, 1454394, 1454395, 1454396, 1454397, 1454398, 1454399, 1454400, 1454401, 1454402, 1454403, 1454404, 1454405, 1454406, 1454407, 1454408, 1454409, 1454410, 1454411, 1454412, 1454413, 1454414, 1454415, 1454416, 1454417, 1454418, 1454419, 1454420, 1454421, 1454422, 1454423, 1454424, 1454425, 1454426, 1454427, 1454428, 1454429, 1454430, 1454431, 1454432, 1454433, 1454434, 1454435, 1454436, 1454437, 1454438, 1454439, 1454440, 1454441, 1454442, 1454443, 1454444, 1454445, 1454446, 1454447, 1454448, 1454449, 1454450, 1454451, 1454452, 1454453, 1454454, 1454455, 1454456, 1454457, 1454458, 1454459, 1454460, 1454461, 1454462, 1454463, 1454464, 1454465, 1454466, 1454467, 1454468, 1454469, 1454470, 1454471, 1454472, 1454473, 1454474, 1454475, 1454476, 1454477, 1454478, 1454479, 1454480, 1454481, 1454482, 1454483, 1454484, 1454485, 1454486, 1454487, 1454488, 1454489, 1454490, 1454491, 1454492, 1454493, 1454494, 1454495, 1454496, 1454497, 1454498, 1454499, 1454500, 1454501, 1454502, 1454503, 1454504, 1454505, 1454506, 1454507, 1454508, 1454509, 1454510, 1454511, 1454512, 1454513, 1454514, 1454515, 1454516, 1454517, 1454518, 1454519, 1454520, 1454521, 1454522, 1454523, 1454524, 1454525, 1454526, 1454527, 1454528, 1454529, 1454530, 1454531, 1454532, 1454533, 1454534, 1454535, 1454536, 1454537, 1454538, 1454539, 1454540, 1454541, 1454542, 1454543, 1454544, 1454545, 1454546, 1454547, 1454548, 1454549, 1454550, 1454551, 1454552, 1454553, 1454554, 1454555, 1454556, 1454557, 1454558, 1454559, 1454560, 1454561, 1454562, 1454563, 1454564, 1454565, 1454566, 1454567, 1454568, 1454569, 1454570, 1454571, 1454572, 1454573, 1454574, 1454575, 1454576, 1454577, 1454578, 1454579, 1454580, 1454581, 1454582, 1454583, 1454584, 1454585, 1454586, 1454587, 1454588, 1454589, 1454590, 1454591, 1454592, 1454593, 1454594, 1454595, 1454596, 1454597, 1454598, 1454599, 1454600, 1454601, 1454602, 1454603, 1454604, 1454605, 1454606, 1454607, 1454608, 1454609, 1454610, 1454611, 1454612, 1454613, 1454614, 1454615, 1454616, 1454617, 1454618, 1454619, 1454620, 1454621, 1454622, 1454623, 1454624, 1454625, 1454626, 1454627, 1454628, 1454629, 1454630, 1454631, 1454632, 1454633, 1454634, 1454635, 1454636, 1454637, 1454638, 1454639, 1454640, 1454641, 1454642, 1454643, 1454644, 1454645, 1454646, 1454647, 1454648, 1454649, 1454650, 1454651, 1454652, 1454653, 1454654, 1454655, 1454656, 1454657, 1454658, 1454659, 1454660, 1454661, 1454662, 1454663, 1454664, 1454665, 1454666, 1454667, 1454668, 1454669, 1454670, 1454671, 1454672, 1454673, 1454674, 1454675, 1454676, 1454677, 1454678, 1454679, 1454680, 1454681, 1454682, 1454683, 1454684, 1454685, 1454686, 1454687, 1454688, 1454689, 1454690, 1454691, 1454692, 1454693, 1454694, 1454695, 1454696, 1454697, 1454698, 1454699, 1454700, 1454701, 1454702, 1454703, 1454704, 1454705, 1454706, 1454707, 1454708, 1454709, 1454710, 1454711, 1454712, 1454713, 1454714, 1454715, 1454716, 1454717, 1454718, 1454719, 1454720, 1454721, 1454722, 1454723, 1454724, 1454725, 1454726, 1454727, 1454728, 1454729, 1454730, 1454731, 1454732, 1454733, 1454734, 1454735, 1454736, 1454737, 1454738, 1454739, 1454740, 1454741, 1454742, 1454743, 1454744, 1454745, 1454746, 1454747, 1454748, 1454749, 1454750, 1454751, 1454752, 1454753, 1454754, 1454755, 1454756, 1454757, 1454758, 1454759, 1454760, 1454761, 1454762, 1454763, 1454764, 1454765, 1454766, 1454767, 1454768, 1454769, 1454770, 1454771, 1454772, 1454773, 1454774, 1454775, 1454776, 1454777, 1454778, 1454779, 1454780, 1454781, 1454782, 1454783, 1454784, 1454785, 1454786, 1454787, 1454788, 1454789, 1454790, 1454791, 1454792, 1454793, 1454794, 1454795, 1454796, 1454797, 1454798, 1454799, 1454800, 1454801, 1454802, 1454803, 1454804, 1454805, 1454806, 1454807, 1454808, 1454809, 1454810, 1454811, 1454812, 1454813, 1454814, 1454815, 1454816, 1454817, 1454818, 1454819, 1454820, 1454821, 1454822, 1454823, 1454824, 1454825, 1454826, 1454827, 1454828, 1454829, 1454830, 1454831, 1454832, 1454833, 1454834, 1454835, 1454836, 1454837, 1454838, 1454839, 1454840, 1454841, 1454842, 1454843, 1454844, 1454845, 1454846, 1454847, 1454848, 1454849, 1454850, 1454851, 1454852, 1454853, 1454854, 1454855, 1454856, 1454857, 1454858, 1454859, 1454860, 1454861, 1454862, 1454863, 1454864, 1454865, 1454866, 1454867, 1454868, 1454869, 1454870, 1454871, 1454872, 1454873, 1454874, 1454875, 1454876, 1454877, 1454878, 1454879, 1454880, 1454881, 1454882, 1454883, 1454884, 1454885, 1454886, 1454887, 1454888, 1454889, 1454890, 1454891, 1454892, 1454893, 1454894, 1454895, 1454896, 1454897, 1454898, 1454899, 1454900, 1454901, 1454902, 1454903, 1454904, 1454905, 1454906, 1454907, 1454908, 1454909, 1454910, 1454911, 1454912, 1454913, 1454914, 1454915, 1454916, 1454917, 1454918, 1454919, 1454920, 1454921, 1454922, 1454923, 1454924, 1454925, 1454926, 1454927, 1454928, 1454929, 1454930, 1454931, 1454932, 1454933, 1454934, 1454935, 1454936, 1454937, 1454938, 1454939, 1454940, 1454941, 1454942, 1454943, 1454944, 1454945, 1454946, 1454947, 1454948, 1454949, 1454950, 1454951, 1454952, 1454953, 1454954, 1454955, 1454956, 1454957, 1454958, 1454959, 1454960, 1454961, 1454962, 1454963, 1454964, 1454965, 1454966, 1454967, 1454968, 1454969, 1454970, 1454971, 1454972, 1454973, 1454974, 1454975, 1454976, 1454977, 1454978, 1454979, 1454980, 1454981, 1454982, 1454983, 1454984, 1454985, 1454986, 1454987, 1454988, 1454989, 1454990, 1454991, 1454992, 1454993, 1454994, 1454995, 1454996, 1454997, 1454998, 1454999, 1455000, 1455001, 1455002, 1455003, 1455004, 1455005, 1455006, 1455007, 1455008, 1455009, 1455010, 1455011, 1455012, 1455013, 1455014, 1455015, 1455016, 1455017, 1455018, 1455019, 1455020, 1455021, 1455022, 1455023, 1455024, 1455025, 1455026, 1455027, 1455028, 1455029, 1455030, 1455031, 1455032, 1455033, 1455034, 1455035, 1455036, 1455037, 1455038, 1455039, 1455040, 1455041, 1455042, 1455043, 1455044, 1455045, 1455046, 1455047, 1455048, 1455049, 1455050, 1455051, 1455052, 1455053, 1455054, 1455055, 1455056, 1455057, 1455058, 1455059, 1455060, 1455061, 1455062, 1455063, 1455064, 1455065, 1455066, 1455067, 1455068, 1455069, 1455070, 1455071, 1455072, 1455073, 1455074, 1455075, 1455076, 1455077, 1455078, 1455079, 1455080, 1455081, 1455082, 1455083, 1455084, 1455085, 1455086, 1455087, 1455088, 1455089, 1455090, 1455091, 1455092, 1455093, 1455094, 1455095, 1455096, 1455097, 1455098, 1455099, 1455100, 1455101, 1455102, 1455103, 1455104, 1455105, 1455106, 1455107, 1455108, 1455109, 1455110, 1455111, 1455112, 1455113, 1455114, 1455115, 1455116, 1455117, 1455118, 1455119, 1455120, 1455121, 1455122, 1455123, 1455124, 1455125, 1455126, 1455127, 1455128, 1455129, 1455130, 1455131, 1455132, 1455133, 1455134, 1455135, 1455136, 1455137, 1455138, 1455139, 1455140, 1455141, 1455142, 1455143, 1455144, 1455145, 1455146, 1455147, 1455148, 1455149, 1455150, 1455151, 1455152, 1455153, 1455154, 1455155, 1455156, 1455157, 1455158, 1455159, 1455160, 1455161, 1455162, 1455163, 1455164, 1455165, 1455166, 1455167, 1455168, 1455169, 1455170, 1455171, 1455172, 1455173, 1455174, 1455175, 1455176, 1455177, 1455178, 1455179, 1455180, 1455181, 1455182, 1455183, 1455184, 1455185, 1455186, 1455187, 1455188, 1455189, 1455190, 1455191, 1455192, 1455193, 1455194, 1455195, 1455196, 1455197, 1455198, 1455199, 1455200, 1455201, 1455202, 1455203, 1455204, 1455205, 1455206, 1455207, 1455208, 1455209, 1455210, 1455211, 1455212, 1455213, 1455214, 1455215, 1455216, 1455217, 1455218, 1455219, 1455220, 1455221, 1455222, 1455223, 1455224, 1455225, 1455226, 1455227, 1455228, 1455229, 1455230, 1455231, 1455232, 1455233, 1455234, 1455235, 1455236, 1455237, 1455238, 1455239, 1455240, 1455241, 1455242, 1455243, 1455244, 1455245, 1455246, 1455247, 1455248, 1455249, 1455250, 1455251, 1455252, 1455253, 1455254, 1455255, 1455256, 1455257, 1455258, 1455259, 1455260, 1455261, 1455262, 1455263, 1455264, 1455265, 1455266, 1455267, 1455268, 1455269, 1455270, 1455271, 1455272, 1455273, 1455274, 1455275, 1455276, 1455277, 1455278, 1455279, 1455280, 1455281, 1455282, 1455283, 1455284, 1455285, 1455286, 1455287, 1455288, 1455289, 1455290, 1455291, 1455292, 1455293, 1455294, 1455295, 1455296, 1455297, 1455298, 1455299, 1455300, 1455301, 1455302, 1455303, 1455304, 1455305, 1455306, 1455307, 1455308, 1455309, 1455310, 1455311, 1455312, 1455313, 1455314, 1455315, 1455316, 1455317, 1455318, 1455319, 1455320, 1455321, 1455322, 1455323, 1455324, 1455325, 1455326, 1455327, 1455328, 1455329, 1455330, 1455331, 1455332, 1455333, 1455334, 1455335, 1455336, 1455337, 1455338, 1455339, 1455340, 1455341, 1455342, 1455343, 1455344, 1455345, 1455346, 1455347, 1455348, 1455349, 1455350, 1455351, 1455352, 1455353, 1455354, 1455355, 1455356, 1455357, 1455358, 1455359, 1455360, 1455361, 1455362, 1455363, 1455364, 1455365, 1455366, 1455367, 1455368, 1455369, 1455370, 1455371, 1455372, 1455373, 1455374, 1455375, 1455376, 1455377, 1455378, 1455379, 1455380, 1455381, 1455382, 1455383, 1455384, 1455385, 1455386, 1455387, 1455388, 1455389, 1455390, 1455391, 1455392, 1455393, 1455394, 1455395, 1455396, 1455397, 1455398, 1455399, 1455400, 1455401, 1455402, 1455403, 1455404, 1455405, 1455406, 1455407, 1455408, 1455409, 1455410, 1455411, 1455412, 1455413, 1455414, 1455415, 1455416, 1455417, 1455418, 1455419, 1455420, 1455421, 1455422, 1455423, 1455424, 1455425, 1455426, 1455427, 1455428, 1455429, 1455430, 1455431, 1455432, 1455433, 1455434, 1455435, 1455436, 1455437, 1455438, 1455439, 1455440, 1455441, 1455442, 1455443, 1455444, 1455445, 1455446, 1455447, 1455448, 1455449, 1455450, 1455451, 1455452, 1455453, 1455454, 1455455, 1455456, 1455457, 1455458, 1455459, 1455460, 1455461, 1455462, 1455463, 1455464, 1455465, 1455466, 1455467, 1455468, 1455469, 1455470, 1455471, 1455472, 1455473, 1455474, 1455475, 1455476, 1455477, 1455478, 1455479, 1455480, 1455481, 1455482, 1455483, 1455484, 1455485, 1455486, 1455487, 1455488, 1455489, 1455490, 1455491, 1455492, 1455493, 1455494, 1455495, 1455496, 1455497, 1455498, 1455499, 1455500, 1455501, 1455502, 1455503, 1455504, 1455505, 1455506, 1455507, 1455508, 1455509, 1455510, 1455511, 1455512, 1455513, 1455514, 1455515, 1455516, 1455517, 1455518, 1455519, 1455520, 1455521, 1455522, 1455523, 1455524, 1455525, 1455526, 1455527, 1455528, 1455529, 1455530, 1455531, 1455532, 1455533, 1455534, 1455535, 1455536, 1455537, 1455538, 1455539, 1455540, 1455541, 1455542, 1455543, 1455544, 1455545, 1455546, 1455547, 1455548, 1455549, 1455550, 1455551, 1455552, 1455553, 1455554, 1455555, 1455556, 1455557, 1455558, 1455559, 1455560, 1455561, 1455562, 1455563, 1455564, 1455565, 1455566, 1455567, 1455568, 1455569, 1455570, 1455571, 1455572, 1455573, 1455574, 1455575, 1455576, 1455577, 1455578, 1455579, 1455580, 1455581, 1455582, 1455583, 1455584, 1455585, 1455586, 1455587, 1455588, 1455589, 1455590, 1455591, 1455592, 1455593, 1455594, 1455595, 1455596, 1455597, 1455598, 1455599, 1455600, 1455601, 1455602, 1455603, 1455604, 1455605, 1455606, 1455607, 1455608, 1455609, 1455610, 1455611, 1455612, 1455613, 1455614, 1455615, 1455616, 1455617, 1455618, 1455619, 1455620, 1455621, 1455622, 1455623, 1455624, 1455625, 1455626, 1455627, 1455628, 1455629, 1455630, 1455631, 1455632, 1455633, 1455634, 1455635, 1455636, 1455637, 1455638, 1455639, 1455640, 1455641, 1455642, 1455643, 1455644, 1455645, 1455646, 1455647, 1455648, 1455649, 1455650, 1455651, 1455652, 1455653, 1455654, 1455655, 1455656, 1455657, 1455658, 1455659, 1455660, 1455661, 1455662, 1455663, 1455664, 1455665, 1455666, 1455667, 1455668, 1455669, 1455670, 1455671, 1455672, 1455673, 1455674, 1455675, 1455676, 1455677, 1455678, 1455679, 1455680, 1455681, 1455682, 1455683, 1455684, 1455685, 1455686, 1455687, 1455688, 1455689, 1455690, 1455691, 1455692, 1455693, 1455694, 1455695, 1455696, 1455697, 1455698, 1455699, 1455700, 1455701, 1455702, 1455703, 1455704, 1455705, 1455706, 1455707, 1455708, 1455709, 1455710, 1455711, 1455712, 1455713, 1455714, 1455715, 1455716, 1455717, 1455718, 1455719, 1455720, 1455721, 1455722, 1455723, 1455724, 1455725, 1455726, 1455727, 1455728, 1455729, 1455730, 1455731, 1455732, 1455733, 1455734, 1455735, 1455736, 1455737, 1455738, 1455739, 1455740, 1455741, 1455742, 1455743, 1455744, 1455745, 1455746, 1455747, 1455748, 1455749, 1455750, 1455751, 1455752, 1455753, 1455754, 1455755, 1455756, 1455757, 1455758, 1455759, 1455760, 1455761, 1455762, 1455763, 1455764, 1455765, 1455766, 1455767, 1455768, 1455769, 1455770, 1455771, 1455772, 1455773, 1455774, 1455775, 1455776, 1455777, 1455778, 1455779, 1455780, 1455781, 1455782, 1455783, 1455784, 1455785, 1455786, 1455787, 1455788, 1455789, 1455790, 1455791, 1455792, 1455793, 1455794, 1455795, 1455796, 1455797, 1455798, 1455799, 1455800, 1455801, 1455802, 1455803, 1455804, 1455805, 1455806, 1455807, 1455808, 1455809, 1455810, 1455811, 1455812, 1455813, 1455814, 1455815, 1455816, 1455817, 1455818, 1455819, 1455820, 1455821, 1455822, 1455823, 1455824, 1455825, 1455826, 1455827, 1455828, 1455829, 1455830, 1455831, 1455832, 1455833, 1455834, 1455835, 1455836, 1455837, 1455838, 1455839, 1455840, 1455841, 1455842, 1455843, 1455844, 1455845, 1455846, 1455847, 1455848, 1455849, 1455850, 1455851, 1455852, 1455853, 1455854, 1455855, 1455856, 1455857, 1455858, 1455859, 1455860, 1455861, 1455862, 1455863, 1455864, 1455865, 1455866, 1455867, 1455868, 1455869, 1455870, 1455871, 1455872, 1455873, 1455874, 1455875, 1455876, 1455877, 1455878, 1455879, 1455880, 1305408) AND il.`id_lang` = 1 ORDER by i.`position` |
2.230
ms
|
0 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `prstshp_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `prstshp_hook_alias` ha
INNER JOIN `prstshp_hook` h ON ha.name = h.name |
2.198
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 131 AND pa.`id_product` = 131 AND pa.`id_product_attribute` = 1472816 LIMIT 1 |
2.190
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 63) |
2.166
ms
|
336 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 30 |
2.091
ms
|
2079 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 19) |
2.088
ms
|
784 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 93 |
2.076
ms
|
2772 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 30
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
2.027
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 43 |
1.990
ms
|
3023 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1442384 |
1.935
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.934
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 20
AND pac.`id_product_attribute` = 1434105
AND agl.`id_lang` = 1 |
1.928
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1294708, 1294709, 1294710, 1294711, 1294712, 1294713, 1294714, 1294715, 1294716, 1294717, 1294718, 1294719, 1294720, 1294721, 1294722, 1294725, 1294726, 1294727, 1294732, 1294736, 1294737, 1294738, 1294739, 1294740, 1294741, 1294742, 1294743, 1294744, 1294745, 1294746, 1294747, 1294748, 1294749, 1294750, 1294751, 1294754, 1294755, 1294756, 1294761, 1294765, 1294766, 1294767, 1294768, 1294769, 1294770, 1294771, 1294772, 1294773, 1294774, 1294775, 1294776, 1294777, 1294778, 1294779, 1294780, 1294783, 1294784, 1294785, 1294790, 1294794, 1294795, 1294796, 1294797, 1294798, 1294799, 1294800, 1294801, 1294802, 1294803, 1294804, 1294805, 1294806, 1294807, 1294808, 1294809, 1294812, 1294813, 1294814, 1294819, 1294823, 1294824, 1294825, 1294826, 1294827, 1294828, 1294829, 1294830, 1294831, 1294832, 1294833, 1294834, 1294835, 1294836, 1294837, 1294838, 1294841, 1294842, 1294843, 1294848, 1294852, 1294853, 1294854, 1294855, 1294856, 1294857, 1294858, 1294859, 1294860, 1294861, 1294862, 1294863, 1294864, 1294865, 1294866, 1294867, 1294870, 1294871, 1294872, 1294877, 1294881, 1294882, 1294883, 1294884, 1294885, 1294886, 1294887, 1294888, 1294889, 1294890, 1294891, 1294892, 1294893, 1294894, 1294895, 1294896, 1294899, 1294900, 1294901, 1294906, 1294910, 1294911, 1294912, 1294913, 1294914, 1294915, 1294916, 1294917, 1294918, 1294919, 1294920, 1294921, 1294922, 1294923, 1294924, 1294925, 1294928, 1294929, 1294930, 1294935, 1294939, 1294940, 1294941, 1294942, 1294943, 1294944, 1294945, 1294946, 1294947, 1294948, 1294949, 1294950, 1294951, 1294952, 1294953, 1294954, 1294957, 1294958, 1294959, 1294964, 1294968, 1294969, 1294970, 1294971, 1294972, 1294973, 1294974, 1294975, 1294976, 1294977, 1294978, 1294979, 1294980, 1294981, 1294982, 1294983, 1294986, 1294987, 1294988, 1294993, 1294997, 1294998, 1294999, 1295000, 1295001, 1295002, 1295003, 1295004, 1295005, 1295006, 1295007, 1295008, 1295009, 1295010, 1295011, 1295012, 1295015, 1295016, 1295017, 1295022, 1295026, 1295027, 1295028, 1295029, 1295030, 1295031, 1295032, 1295033, 1295034, 1295035, 1295036, 1295037, 1295038, 1295039, 1295040, 1295041, 1295044, 1295045, 1295046, 1295051, 1295055, 1295056, 1295057, 1295058, 1295059, 1295060, 1295061, 1295062, 1295063, 1295064, 1295065, 1295066, 1295067, 1295068, 1295069, 1295070, 1295073, 1295074, 1295075, 1295080, 1295084, 1295085, 1295086, 1295087, 1295088, 1295089, 1295090, 1295091, 1295092, 1295093, 1295094, 1295095, 1295096, 1295097, 1295098, 1295099, 1295102, 1295103, 1295104, 1295109, 1295113, 1295114, 1295115, 1295116, 1295117, 1295118, 1295119, 1295120, 1295121, 1295122, 1295123, 1295124, 1295125, 1295126, 1295127, 1295128, 1295131, 1295132, 1295133, 1295138, 1295142, 1295143, 1295144, 1295145, 1295146, 1295147, 1295148, 1295149, 1295150, 1295151, 1295152, 1295153, 1295154, 1295155, 1295156, 1295157, 1295160, 1295161, 1295162, 1295167, 1295171, 1295172, 1295173, 1295174, 1295175, 1295176, 1295177, 1295178, 1295179, 1295180, 1295181, 1295182, 1295183, 1295184, 1295185, 1295186, 1295189, 1295190, 1295191, 1295196, 1295200, 1295201, 1295202, 1295203, 1295204, 1295205, 1295206, 1295207, 1295208, 1295209, 1295210, 1295211, 1295212, 1295213, 1295214, 1295215, 1295218, 1295219, 1295220, 1295225, 1295229, 1295230, 1295231, 1295232, 1295233, 1295234, 1295235, 1295236, 1295237, 1295238, 1295239, 1295240, 1295241, 1295242, 1295243, 1295244, 1295247, 1295248, 1295249, 1295254, 1295258, 1295259, 1295260, 1295261, 1295262, 1295263, 1295264, 1295265, 1295266, 1295267, 1295268, 1295269, 1295270, 1295271, 1295272, 1295273, 1295276, 1295277, 1295278, 1295283, 1295287, 1295288, 1295289, 1295290, 1295291, 1295292, 1295293, 1295294, 1295295, 1295296, 1295297, 1295298, 1295299, 1295300, 1295301, 1295302, 1295305, 1295306, 1295307, 1295312, 1295316, 1295317, 1295318, 1295319, 1295320, 1295321, 1295322, 1295323, 1295324, 1295325, 1295326, 1295327, 1295328, 1295329, 1295330, 1295331, 1295334, 1295335, 1295336, 1295341, 1295345, 1295346, 1295347, 1295348, 1295349, 1295350, 1295351, 1295352, 1295353, 1295354, 1295355, 1295356, 1295357, 1295358, 1295359, 1295360, 1295363, 1295364, 1295365, 1295370, 1295374, 1295375, 1295376, 1295377, 1295378, 1295379, 1295380, 1295381, 1295382, 1295383, 1295384, 1295385, 1295386, 1295387, 1295388, 1295389, 1295392, 1295393, 1295394, 1295399, 1295403, 1295404, 1295405, 1295406, 1295407, 1295408, 1295409, 1295410, 1295411, 1295412, 1295413, 1295414, 1295415, 1295416, 1295417, 1295418, 1295421, 1295422, 1295423, 1295428, 1295432, 1295433, 1295434, 1295435, 1295436, 1295437, 1295438, 1295439, 1295440, 1295441, 1295442, 1295443, 1295444, 1295445, 1295446, 1295447, 1295450, 1295451, 1295452, 1295457, 1295461, 1295462, 1295463, 1295464, 1295465, 1295466, 1295467, 1295468, 1295469, 1295470, 1295471, 1295472, 1295473, 1295474, 1295475, 1295476, 1295479, 1295480, 1295481, 1295486, 1295490, 1295491, 1295492, 1295493, 1295494, 1295495, 1295496, 1295497, 1295498, 1295499, 1295500, 1295501, 1295502, 1295503, 1295504, 1295505, 1295508, 1295509, 1295510, 1295515, 1431417, 1431418, 1431419, 1431420, 1431421, 1431422, 1431423, 1431424, 1431425, 1431426, 1431427, 1431428, 1431429, 1431430, 1431431, 1431432, 1431433, 1431434, 1431435, 1431436, 1431437, 1431438, 1431439, 1431440, 1431441, 1431442, 1431443, 1431444, 1431445, 1431446, 1431447, 1431448, 1431449, 1431450, 1431451, 1431452, 1431453, 1431454, 1431455, 1431456, 1431457, 1431458, 1431459, 1431460, 1431461, 1431462, 1431463, 1431464, 1431465, 1431466, 1431467, 1431468, 1431469, 1431470, 1431471, 1431472, 1431473, 1431474, 1431475, 1431476, 1431477, 1431478, 1431479, 1431480, 1431481, 1431482, 1431483, 1431484, 1431485, 1431486, 1431487, 1431488, 1431489, 1431490, 1431491, 1431492, 1431493, 1431494, 1431495, 1431496, 1431497, 1431498, 1431499, 1431500, 1431501, 1431502, 1431503, 1431504, 1431505, 1431506, 1431507, 1431508, 1431509, 1431510, 1431511, 1431512, 1431513, 1431514, 1431515, 1431516, 1431517, 1431518, 1431519, 1431520, 1431521, 1431522, 1431523, 1431524, 1431525, 1431526, 1431527, 1431528, 1431529, 1431530, 1431531, 1431532, 1431533, 1431534, 1431535, 1431536, 1431537, 1431538, 1431539, 1431540, 1431541, 1431542, 1431543, 1431544, 1431545, 1431546, 1431547, 1431548, 1431549, 1431550, 1431551, 1431552, 1431553, 1431554, 1431555, 1431556, 1431557, 1431558, 1431559, 1431560, 1431561, 1431562, 1431563, 1431564, 1431565, 1431566, 1431567, 1431568, 1431569, 1431570, 1431571, 1431572, 1431573, 1431574, 1431575, 1431576, 1431577, 1431578, 1431579, 1431580, 1431581, 1431582, 1431583, 1431584, 1431585, 1431586, 1431587, 1431588, 1431589, 1431590, 1431591, 1431592, 1431593, 1431594, 1431595, 1431596, 1431597, 1431598, 1431599, 1431600, 1431601, 1431602, 1431603, 1431604, 1431605, 1431606, 1431607, 1431608, 1431609, 1431610, 1431611, 1431612, 1431613, 1431614, 1431615, 1431616, 1431617, 1431618, 1431619, 1431620, 1431621, 1431622, 1431623, 1431624, 1431625, 1431626, 1431627, 1431628, 1431629, 1431630, 1431631, 1431632, 1431633, 1431634, 1431635, 1431636, 1431637, 1431638, 1431639, 1431640, 1431641, 1431642, 1431643, 1431644, 1431645, 1431646, 1431647, 1431648, 1431649, 1431650, 1431651, 1431652, 1431653, 1431654, 1431655, 1431656, 1431657, 1431658, 1431659, 1431660, 1431661, 1431662, 1431663, 1431664, 1431665, 1431666, 1431667, 1431668, 1431669, 1431670, 1431671, 1431672, 1431673, 1431674, 1431675, 1431676, 1431677, 1431678, 1431679, 1431680, 1431681, 1431682, 1431683, 1431684, 1431685, 1431686, 1431687, 1431688, 1431689, 1431690, 1431691, 1431692, 1431693, 1431694, 1431695, 1431696, 1431697, 1431698, 1431699, 1431700, 1431701, 1431702, 1431703, 1431704, 1431705, 1431706, 1431707, 1431708, 1431709, 1431710, 1431711, 1431712, 1431713, 1431714, 1431715, 1431716, 1431717, 1431718, 1431719, 1431720, 1431721, 1431722, 1431723, 1431724, 1431725, 1431726, 1431727, 1431728, 1431729, 1431730, 1431731, 1431732, 1431733, 1431734, 1431735, 1431736, 1431737, 1431738, 1431739, 1431740, 1431741, 1431742, 1431743, 1431744, 1431745, 1431746, 1431747, 1431748, 1431749, 1431750, 1431751, 1431752, 1294707) AND il.`id_lang` = 1 ORDER by i.`position` |
1.893
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1304249, 1304250, 1304251, 1304252, 1304253, 1304254, 1304255, 1304256, 1304257, 1304258, 1304259, 1304260, 1304261, 1304262, 1304263, 1304266, 1304267, 1304268, 1304273, 1304277, 1304278, 1304279, 1304280, 1304281, 1304282, 1304283, 1304284, 1304285, 1304286, 1304287, 1304288, 1304289, 1304290, 1304291, 1304292, 1304295, 1304296, 1304297, 1304302, 1304306, 1304307, 1304308, 1304309, 1304310, 1304311, 1304312, 1304313, 1304314, 1304315, 1304316, 1304317, 1304318, 1304319, 1304320, 1304321, 1304324, 1304325, 1304326, 1304331, 1304335, 1304336, 1304337, 1304338, 1304339, 1304340, 1304341, 1304342, 1304343, 1304344, 1304345, 1304346, 1304347, 1304348, 1304349, 1304350, 1304353, 1304354, 1304355, 1304360, 1304364, 1304365, 1304366, 1304367, 1304368, 1304369, 1304370, 1304371, 1304372, 1304373, 1304374, 1304375, 1304376, 1304377, 1304378, 1304379, 1304382, 1304383, 1304384, 1304389, 1304393, 1304394, 1304395, 1304396, 1304397, 1304398, 1304399, 1304400, 1304401, 1304402, 1304403, 1304404, 1304405, 1304406, 1304407, 1304408, 1304411, 1304412, 1304413, 1304418, 1304422, 1304423, 1304424, 1304425, 1304426, 1304427, 1304428, 1304429, 1304430, 1304431, 1304432, 1304433, 1304434, 1304435, 1304436, 1304437, 1304440, 1304441, 1304442, 1304447, 1304451, 1304452, 1304453, 1304454, 1304455, 1304456, 1304457, 1304458, 1304459, 1304460, 1304461, 1304462, 1304463, 1304464, 1304465, 1304466, 1304469, 1304470, 1304471, 1304476, 1304480, 1304481, 1304482, 1304483, 1304484, 1304485, 1304486, 1304487, 1304488, 1304489, 1304490, 1304491, 1304492, 1304493, 1304494, 1304495, 1304498, 1304499, 1304500, 1304505, 1304509, 1304510, 1304511, 1304512, 1304513, 1304514, 1304515, 1304516, 1304517, 1304518, 1304519, 1304520, 1304521, 1304522, 1304523, 1304524, 1304527, 1304528, 1304529, 1304534, 1304538, 1304539, 1304540, 1304541, 1304542, 1304543, 1304544, 1304545, 1304546, 1304547, 1304548, 1304549, 1304550, 1304551, 1304552, 1304553, 1304556, 1304557, 1304558, 1304563, 1304567, 1304568, 1304569, 1304570, 1304571, 1304572, 1304573, 1304574, 1304575, 1304576, 1304577, 1304578, 1304579, 1304580, 1304581, 1304582, 1304585, 1304586, 1304587, 1304592, 1304596, 1304597, 1304598, 1304599, 1304600, 1304601, 1304602, 1304603, 1304604, 1304605, 1304606, 1304607, 1304608, 1304609, 1304610, 1304611, 1304614, 1304615, 1304616, 1304621, 1304625, 1304626, 1304627, 1304628, 1304629, 1304630, 1304631, 1304632, 1304633, 1304634, 1304635, 1304636, 1304637, 1304638, 1304639, 1304640, 1304643, 1304644, 1304645, 1304650, 1304654, 1304655, 1304656, 1304657, 1304658, 1304659, 1304660, 1304661, 1304662, 1304663, 1304664, 1304665, 1304666, 1304667, 1304668, 1304669, 1304672, 1304673, 1304674, 1304679, 1304683, 1304684, 1304685, 1304686, 1304687, 1304688, 1304689, 1304690, 1304691, 1304692, 1304693, 1304694, 1304695, 1304696, 1304697, 1304698, 1304701, 1304702, 1304703, 1304708, 1304712, 1304713, 1304714, 1304715, 1304716, 1304717, 1304718, 1304719, 1304720, 1304721, 1304722, 1304723, 1304724, 1304725, 1304726, 1304727, 1304730, 1304731, 1304732, 1304737, 1304741, 1304742, 1304743, 1304744, 1304745, 1304746, 1304747, 1304748, 1304749, 1304750, 1304751, 1304752, 1304753, 1304754, 1304755, 1304756, 1304759, 1304760, 1304761, 1304766, 1304770, 1304771, 1304772, 1304773, 1304774, 1304775, 1304776, 1304777, 1304778, 1304779, 1304780, 1304781, 1304782, 1304783, 1304784, 1304785, 1304788, 1304789, 1304790, 1304795, 1304799, 1304800, 1304801, 1304802, 1304803, 1304804, 1304805, 1304806, 1304807, 1304808, 1304809, 1304810, 1304811, 1304812, 1304813, 1304814, 1304817, 1304818, 1304819, 1304824, 1304828, 1304829, 1304830, 1304831, 1304832, 1304833, 1304834, 1304835, 1304836, 1304837, 1304838, 1304839, 1304840, 1304841, 1304842, 1304843, 1304846, 1304847, 1304848, 1304853, 1304857, 1304858, 1304859, 1304860, 1304861, 1304862, 1304863, 1304864, 1304865, 1304866, 1304867, 1304868, 1304869, 1304870, 1304871, 1304872, 1304875, 1304876, 1304877, 1304882, 1304886, 1304887, 1304888, 1304889, 1304890, 1304891, 1304892, 1304893, 1304894, 1304895, 1304896, 1304897, 1304898, 1304899, 1304900, 1304901, 1304904, 1304905, 1304906, 1304911, 1304915, 1304916, 1304917, 1304918, 1304919, 1304920, 1304921, 1304922, 1304923, 1304924, 1304925, 1304926, 1304927, 1304928, 1304929, 1304930, 1304933, 1304934, 1304935, 1304940, 1304944, 1304945, 1304946, 1304947, 1304948, 1304949, 1304950, 1304951, 1304952, 1304953, 1304954, 1304955, 1304956, 1304957, 1304958, 1304959, 1304962, 1304963, 1304964, 1304969, 1304973, 1304974, 1304975, 1304976, 1304977, 1304978, 1304979, 1304980, 1304981, 1304982, 1304983, 1304984, 1304985, 1304986, 1304987, 1304988, 1304991, 1304992, 1304993, 1304998, 1305002, 1305003, 1305004, 1305005, 1305006, 1305007, 1305008, 1305009, 1305010, 1305011, 1305012, 1305013, 1305014, 1305015, 1305016, 1305017, 1305020, 1305021, 1305022, 1305027, 1305031, 1305032, 1305033, 1305034, 1305035, 1305036, 1305037, 1305038, 1305039, 1305040, 1305041, 1305042, 1305043, 1305044, 1305045, 1305046, 1305049, 1305050, 1305051, 1305056, 1447112, 1447113, 1447114, 1447115, 1447116, 1447117, 1447118, 1447119, 1447120, 1447121, 1447122, 1447123, 1447124, 1447125, 1447126, 1447127, 1447128, 1447129, 1447130, 1447131, 1447132, 1447133, 1447134, 1447135, 1447136, 1447137, 1447138, 1447139, 1447140, 1447141, 1447142, 1447143, 1447144, 1447145, 1447146, 1447147, 1447148, 1447149, 1447150, 1447151, 1447152, 1447153, 1447154, 1447155, 1447156, 1447157, 1447158, 1447159, 1447160, 1447161, 1447162, 1447163, 1447164, 1447165, 1447166, 1447167, 1447168, 1447169, 1447170, 1447171, 1447172, 1447173, 1447174, 1447175, 1447176, 1447177, 1447178, 1447179, 1447180, 1447181, 1447182, 1447183, 1447184, 1447185, 1447186, 1447187, 1447188, 1447189, 1447190, 1447191, 1447192, 1447193, 1447194, 1447195, 1447196, 1447197, 1447198, 1447199, 1447200, 1447201, 1447202, 1447203, 1447204, 1447205, 1447206, 1447207, 1447208, 1447209, 1447210, 1447211, 1447212, 1447213, 1447214, 1447215, 1447216, 1447217, 1447218, 1447219, 1447220, 1447221, 1447222, 1447223, 1447224, 1447225, 1447226, 1447227, 1447228, 1447229, 1447230, 1447231, 1447232, 1447233, 1447234, 1447235, 1447236, 1447237, 1447238, 1447239, 1447240, 1447241, 1447242, 1447243, 1447244, 1447245, 1447246, 1447247, 1447248, 1447249, 1447250, 1447251, 1447252, 1447253, 1447254, 1447255, 1447256, 1447257, 1447258, 1447259, 1447260, 1447261, 1447262, 1447263, 1447264, 1447265, 1447266, 1447267, 1447268, 1447269, 1447270, 1447271, 1447272, 1447273, 1447274, 1447275, 1447276, 1447277, 1447278, 1447279, 1447280, 1447281, 1447282, 1447283, 1447284, 1447285, 1447286, 1447287, 1447288, 1447289, 1447290, 1447291, 1447292, 1447293, 1447294, 1447295, 1447296, 1447297, 1447298, 1447299, 1447300, 1447301, 1447302, 1447303, 1447304, 1447305, 1447306, 1447307, 1447308, 1447309, 1447310, 1447311, 1447312, 1447313, 1447314, 1447315, 1447316, 1447317, 1447318, 1447319, 1447320, 1447321, 1447322, 1447323, 1447324, 1447325, 1447326, 1447327, 1447328, 1447329, 1447330, 1447331, 1447332, 1447333, 1447334, 1447335, 1447336, 1447337, 1447338, 1447339, 1447340, 1447341, 1447342, 1447343, 1447344, 1447345, 1447346, 1447347, 1447348, 1447349, 1447350, 1447351, 1447352, 1447353, 1447354, 1447355, 1447356, 1447357, 1447358, 1447359, 1447360, 1447361, 1447362, 1447363, 1447364, 1447365, 1447366, 1447367, 1447368, 1447369, 1447370, 1447371, 1447372, 1447373, 1447374, 1447375, 1447376, 1447377, 1447378, 1447379, 1447380, 1447381, 1447382, 1447383, 1447384, 1447385, 1447386, 1447387, 1447388, 1447389, 1447390, 1447391, 1447392, 1447393, 1447394, 1447395, 1447396, 1447397, 1447398, 1447399, 1447400, 1447401, 1447402, 1447403, 1447404, 1447405, 1447406, 1447407, 1447408, 1447409, 1447410, 1447411, 1447412, 1447413, 1447414, 1447415, 1447416, 1447417, 1447418, 1447419, 1447420, 1447421, 1447422, 1447423, 1447424, 1447425, 1447426, 1447427, 1447428, 1447429, 1447430, 1447431, 1447432, 1447433, 1447434, 1447435, 1447436, 1447437, 1447438, 1447439, 1447440, 1447441, 1447442, 1447443, 1447444, 1447445, 1447446, 1447447, 1304248) AND il.`id_lang` = 1 ORDER by i.`position` |
1.884
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 128 AND `validate` = 1 LIMIT 1 |
1.858
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295520, 1295521, 1295522, 1295523, 1295524, 1295525, 1295526, 1295527, 1295528, 1295529, 1295530, 1295531, 1295532, 1295533, 1295534, 1295537, 1295538, 1295539, 1295544, 1295548, 1295549, 1295550, 1295551, 1295552, 1295553, 1295554, 1295555, 1295556, 1295557, 1295558, 1295559, 1295560, 1295561, 1295562, 1295563, 1295566, 1295567, 1295568, 1295573, 1295577, 1295578, 1295579, 1295580, 1295581, 1295582, 1295583, 1295584, 1295585, 1295586, 1295587, 1295588, 1295589, 1295590, 1295591, 1295592, 1295595, 1295596, 1295597, 1295602, 1295606, 1295607, 1295608, 1295609, 1295610, 1295611, 1295612, 1295613, 1295614, 1295615, 1295616, 1295617, 1295618, 1295619, 1295620, 1295621, 1295624, 1295625, 1295626, 1295631, 1295635, 1295636, 1295637, 1295638, 1295639, 1295640, 1295641, 1295642, 1295643, 1295644, 1295645, 1295646, 1295647, 1295648, 1295649, 1295650, 1295653, 1295654, 1295655, 1295660, 1295664, 1295665, 1295666, 1295667, 1295668, 1295669, 1295670, 1295671, 1295672, 1295673, 1295674, 1295675, 1295676, 1295677, 1295678, 1295679, 1295682, 1295683, 1295684, 1295689, 1295693, 1295694, 1295695, 1295696, 1295697, 1295698, 1295699, 1295700, 1295701, 1295702, 1295703, 1295704, 1295705, 1295706, 1295707, 1295708, 1295711, 1295712, 1295713, 1295718, 1295722, 1295723, 1295724, 1295725, 1295726, 1295727, 1295728, 1295729, 1295730, 1295731, 1295732, 1295733, 1295734, 1295735, 1295736, 1295737, 1295740, 1295741, 1295742, 1295747, 1295751, 1295752, 1295753, 1295754, 1295755, 1295756, 1295757, 1295758, 1295759, 1295760, 1295761, 1295762, 1295763, 1295764, 1295765, 1295766, 1295769, 1295770, 1295771, 1295776, 1295780, 1295781, 1295782, 1295783, 1295784, 1295785, 1295786, 1295787, 1295788, 1295789, 1295790, 1295791, 1295792, 1295793, 1295794, 1295795, 1295798, 1295799, 1295800, 1295805, 1295809, 1295810, 1295811, 1295812, 1295813, 1295814, 1295815, 1295816, 1295817, 1295818, 1295819, 1295820, 1295821, 1295822, 1295823, 1295824, 1295827, 1295828, 1295829, 1295834, 1295838, 1295839, 1295840, 1295841, 1295842, 1295843, 1295844, 1295845, 1295846, 1295847, 1295848, 1295849, 1295850, 1295851, 1295852, 1295853, 1295856, 1295857, 1295858, 1295863, 1295867, 1295868, 1295869, 1295870, 1295871, 1295872, 1295873, 1295874, 1295875, 1295876, 1295877, 1295878, 1295879, 1295880, 1295881, 1295882, 1295885, 1295886, 1295887, 1295892, 1295896, 1295897, 1295898, 1295899, 1295900, 1295901, 1295902, 1295903, 1295904, 1295905, 1295906, 1295907, 1295908, 1295909, 1295910, 1295911, 1295914, 1295915, 1295916, 1295921, 1295925, 1295926, 1295927, 1295928, 1295929, 1295930, 1295931, 1295932, 1295933, 1295934, 1295935, 1295936, 1295937, 1295938, 1295939, 1295940, 1295943, 1295944, 1295945, 1295950, 1295954, 1295955, 1295956, 1295957, 1295958, 1295959, 1295960, 1295961, 1295962, 1295963, 1295964, 1295965, 1295966, 1295967, 1295968, 1295969, 1295972, 1295973, 1295974, 1295979, 1295983, 1295984, 1295985, 1295986, 1295987, 1295988, 1295989, 1295990, 1295991, 1295992, 1295993, 1295994, 1295995, 1295996, 1295997, 1295998, 1296001, 1296002, 1296003, 1296008, 1296012, 1296013, 1296014, 1296015, 1296016, 1296017, 1296018, 1296019, 1296020, 1296021, 1296022, 1296023, 1296024, 1296025, 1296026, 1296027, 1296030, 1296031, 1296032, 1296037, 1296041, 1296042, 1296043, 1296044, 1296045, 1296046, 1296047, 1296048, 1296049, 1296050, 1296051, 1296052, 1296053, 1296054, 1296055, 1296056, 1296059, 1296060, 1296061, 1296066, 1296070, 1296071, 1296072, 1296073, 1296074, 1296075, 1296076, 1296077, 1296078, 1296079, 1296080, 1296081, 1296082, 1296083, 1296084, 1296085, 1296088, 1296089, 1296090, 1296095, 1296099, 1296100, 1296101, 1296102, 1296103, 1296104, 1296105, 1296106, 1296107, 1296108, 1296109, 1296110, 1296111, 1296112, 1296113, 1296114, 1296117, 1296118, 1296119, 1296124, 1296128, 1296129, 1296130, 1296131, 1296132, 1296133, 1296134, 1296135, 1296136, 1296137, 1296138, 1296139, 1296140, 1296141, 1296142, 1296143, 1296146, 1296147, 1296148, 1296153, 1296157, 1296158, 1296159, 1296160, 1296161, 1296162, 1296163, 1296164, 1296165, 1296166, 1296167, 1296168, 1296169, 1296170, 1296171, 1296172, 1296175, 1296176, 1296177, 1296182, 1296186, 1296187, 1296188, 1296189, 1296190, 1296191, 1296192, 1296193, 1296194, 1296195, 1296196, 1296197, 1296198, 1296199, 1296200, 1296201, 1296204, 1296205, 1296206, 1296211, 1296215, 1296216, 1296217, 1296218, 1296219, 1296220, 1296221, 1296222, 1296223, 1296224, 1296225, 1296226, 1296227, 1296228, 1296229, 1296230, 1296233, 1296234, 1296235, 1296240, 1296244, 1296245, 1296246, 1296247, 1296248, 1296249, 1296250, 1296251, 1296252, 1296253, 1296254, 1296255, 1296256, 1296257, 1296258, 1296259, 1296262, 1296263, 1296264, 1296269, 1296273, 1296274, 1296275, 1296276, 1296277, 1296278, 1296279, 1296280, 1296281, 1296282, 1296283, 1296284, 1296285, 1296286, 1296287, 1296288, 1296291, 1296292, 1296293, 1296298, 1296302, 1296303, 1296304, 1296305, 1296306, 1296307, 1296308, 1296309, 1296310, 1296311, 1296312, 1296313, 1296314, 1296315, 1296316, 1296317, 1296320, 1296321, 1296322, 1296327, 1296331, 1296332, 1296333, 1296334, 1296335, 1296336, 1296337, 1296338, 1296339, 1296340, 1296341, 1296342, 1296343, 1296344, 1296345, 1296346, 1296349, 1296350, 1296351, 1296356, 1296360, 1296361, 1296362, 1296363, 1296364, 1296365, 1296366, 1296367, 1296368, 1296369, 1296370, 1296371, 1296372, 1296373, 1296374, 1296375, 1296378, 1296379, 1296380, 1296385, 1296389, 1296390, 1296391, 1296392, 1296393, 1296394, 1296395, 1296396, 1296397, 1296398, 1296399, 1296400, 1296401, 1296402, 1296403, 1296404, 1296407, 1296408, 1296409, 1296414, 1296418, 1296419, 1296420, 1296421, 1296422, 1296423, 1296424, 1296425, 1296426, 1296427, 1296428, 1296429, 1296430, 1296431, 1296432, 1296433, 1296436, 1296437, 1296438, 1296443, 1296447, 1296448, 1296449, 1296450, 1296451, 1296452, 1296453, 1296454, 1296455, 1296456, 1296457, 1296458, 1296459, 1296460, 1296461, 1296462, 1296465, 1296466, 1296467, 1296472, 1296476, 1296477, 1296478, 1296479, 1296480, 1296481, 1296482, 1296483, 1296484, 1296485, 1296486, 1296487, 1296488, 1296489, 1296490, 1296491, 1296494, 1296495, 1296496, 1296501, 1296505, 1296506, 1296507, 1296508, 1296509, 1296510, 1296511, 1296512, 1296513, 1296514, 1296515, 1296516, 1296517, 1296518, 1296519, 1296520, 1296523, 1296524, 1296525, 1296530, 1296534, 1296535, 1296536, 1296537, 1296538, 1296539, 1296540, 1296541, 1296542, 1296543, 1296544, 1296545, 1296546, 1296547, 1296548, 1296549, 1296552, 1296553, 1296554, 1296559, 1296563, 1296564, 1296565, 1296566, 1296567, 1296568, 1296569, 1296570, 1296571, 1296572, 1296573, 1296574, 1296575, 1296576, 1296577, 1296578, 1296581, 1296582, 1296583, 1296588, 1296592, 1296593, 1296594, 1296595, 1296596, 1296597, 1296598, 1296599, 1296600, 1296601, 1296602, 1296603, 1296604, 1296605, 1296606, 1296607, 1296610, 1296611, 1296612, 1296617, 1296621, 1296622, 1296623, 1296624, 1296625, 1296626, 1296627, 1296628, 1296629, 1296630, 1296631, 1296632, 1296633, 1296634, 1296635, 1296636, 1296639, 1296640, 1296641, 1296646, 1296650, 1296651, 1296652, 1296653, 1296654, 1296655, 1296656, 1296657, 1296658, 1296659, 1296660, 1296661, 1296662, 1296663, 1296664, 1296665, 1296668, 1296669, 1296670, 1296675, 1296679, 1296680, 1296681, 1296682, 1296683, 1296684, 1296685, 1296686, 1296687, 1296688, 1296689, 1296690, 1296691, 1296692, 1296693, 1296694, 1296697, 1296698, 1296699, 1296704, 1296708, 1296709, 1296710, 1296711, 1296712, 1296713, 1296714, 1296715, 1296716, 1296717, 1296718, 1296719, 1296720, 1296721, 1296722, 1296723, 1296726, 1296727, 1296728, 1296733, 1296737, 1296738, 1296739, 1296740, 1296741, 1296742, 1296743, 1296744, 1296745, 1296746, 1296747, 1296748, 1296749, 1296750, 1296751, 1296752, 1296755, 1296756, 1296757, 1296762, 1296766, 1296767, 1296768, 1296769, 1296770, 1296771, 1296772, 1296773, 1296774, 1296775, 1296776, 1296777, 1296778, 1296779, 1296780, 1296781, 1296784, 1296785, 1296786, 1296791, 1296795, 1296796, 1296797, 1296798, 1296799, 1296800, 1296801, 1296802, 1296803, 1296804, 1296805, 1296806, 1296807, 1296808, 1296809, 1296810, 1296813, 1296814, 1296815, 1296820, 1296824, 1296825, 1296826, 1296827, 1296828, 1296829, 1296830, 1296831, 1296832, 1296833, 1296834, 1296835, 1296836, 1296837, 1296838, 1296839, 1296842, 1296843, 1296844, 1296849, 1296853, 1296854, 1296855, 1296856, 1296857, 1296858, 1296859, 1296860, 1296861, 1296862, 1296863, 1296864, 1296865, 1296866, 1296867, 1296868, 1296871, 1296872, 1296873, 1296878, 1296882, 1296883, 1296884, 1296885, 1296886, 1296887, 1296888, 1296889, 1296890, 1296891, 1296892, 1296893, 1296894, 1296895, 1296896, 1296897, 1296900, 1296901, 1296902, 1296907, 1296911, 1296912, 1296913, 1296914, 1296915, 1296916, 1296917, 1296918, 1296919, 1296920, 1296921, 1296922, 1296923, 1296924, 1296925, 1296926, 1296929, 1296930, 1296931, 1296936, 1296940, 1296941, 1296942, 1296943, 1296944, 1296945, 1296946, 1296947, 1296948, 1296949, 1296950, 1296951, 1296952, 1296953, 1296954, 1296955, 1296958, 1296959, 1296960, 1296965, 1296969, 1296970, 1296971, 1296972, 1296973, 1296974, 1296975, 1296976, 1296977, 1296978, 1296979, 1296980, 1296981, 1296982, 1296983, 1296984, 1296987, 1296988, 1296989, 1296994, 1296998, 1296999, 1297000, 1297001, 1297002, 1297003, 1297004, 1297005, 1297006, 1297007, 1297008, 1297009, 1297010, 1297011, 1297012, 1297013, 1297016, 1297017, 1297018, 1297023, 1297027, 1297028, 1297029, 1297030, 1297031, 1297032, 1297033, 1297034, 1297035, 1297036, 1297037, 1297038, 1297039, 1297040, 1297041, 1297042, 1297045, 1297046, 1297047, 1297052, 1297056, 1297057, 1297058, 1297059, 1297060, 1297061, 1297062, 1297063, 1297064, 1297065, 1297066, 1297067, 1297068, 1297069, 1297070, 1297071, 1297074, 1297075, 1297076, 1297081, 1297085, 1297086, 1297087, 1297088, 1297089, 1297090, 1297091, 1297092, 1297093, 1297094, 1297095, 1297096, 1297097, 1297098, 1297099, 1297100, 1297103, 1297104, 1297105, 1297110, 1297114, 1297115, 1297116, 1297117, 1297118, 1297119, 1297120, 1297121, 1297122, 1297123, 1297124, 1297125, 1297126, 1297127, 1297128, 1297129, 1297132, 1297133, 1297134, 1297139, 1297143, 1297144, 1297145, 1297146, 1297147, 1297148, 1297149, 1297150, 1297151, 1297152, 1297153, 1297154, 1297155, 1297156, 1297157, 1297158, 1297161, 1297162, 1297163, 1297168, 1297172, 1297173, 1297174, 1297175, 1297176, 1297177, 1297178, 1297179, 1297180, 1297181, 1297182, 1297183, 1297184, 1297185, 1297186, 1297187, 1297190, 1297191, 1297192, 1297197, 1297201, 1297202, 1297203, 1297204, 1297205, 1297206, 1297207, 1297208, 1297209, 1297210, 1297211, 1297212, 1297213, 1297214, 1297215, 1297216, 1297219, 1297220, 1297221, 1297226, 1297230, 1297231, 1297232, 1297233, 1297234, 1297235, 1297236, 1297237, 1297238, 1297239, 1297240, 1297241, 1297242, 1297243, 1297244, 1297245, 1297248, 1297249, 1297250, 1297255, 1297259, 1297260, 1297261, 1297262, 1297263, 1297264, 1297265, 1297266, 1297267, 1297268, 1297269, 1297270, 1297271, 1297272, 1297273, 1297274, 1297277, 1297278, 1297279, 1297284, 1297288, 1297289, 1297290, 1297291, 1297292, 1297293, 1297294, 1297295, 1297296, 1297297, 1297298, 1297299, 1297300, 1297301, 1297302, 1297303, 1297306, 1297307, 1297308, 1297313, 1297317, 1297318, 1297319, 1297320, 1297321, 1297322, 1297323, 1297324, 1297325, 1297326, 1297327, 1297328, 1297329, 1297330, 1297331, 1297332, 1297335, 1297336, 1297337, 1297342, 1297346, 1297347, 1297348, 1297349, 1297350, 1297351, 1297352, 1297353, 1297354, 1297355, 1297356, 1297357, 1297358, 1297359, 1297360, 1297361, 1297364, 1297365, 1297366, 1297371, 1297375, 1297376, 1297377, 1297378, 1297379, 1297380, 1297381, 1297382, 1297383, 1297384, 1297385, 1297386, 1297387, 1297388, 1297389, 1297390, 1297393, 1297394, 1297395, 1297400, 1297404, 1297405, 1297406, 1297407, 1297408, 1297409, 1297410, 1297411, 1297412, 1297413, 1297414, 1297415, 1297416, 1297417, 1297418, 1297419, 1297422, 1297423, 1297424, 1297429, 1297433, 1297434, 1297435, 1297436, 1297437, 1297438, 1297439, 1297440, 1297441, 1297442, 1297443, 1297444, 1297445, 1297446, 1297447, 1297448, 1297451, 1297452, 1297453, 1297458, 1297462, 1297463, 1297464, 1297465, 1297466, 1297467, 1297468, 1297469, 1297470, 1297471, 1297472, 1297473, 1297474, 1297475, 1297476, 1297477, 1297480, 1297481, 1297482, 1297487, 1297491, 1297492, 1297493, 1297494, 1297495, 1297496, 1297497, 1297498, 1297499, 1297500, 1297501, 1297502, 1297503, 1297504, 1297505, 1297506, 1297509, 1297510, 1297511, 1297516, 1297520, 1297521, 1297522, 1297523, 1297524, 1297525, 1297526, 1297527, 1297528, 1297529, 1297530, 1297531, 1297532, 1297533, 1297534, 1297535, 1297538, 1297539, 1297540, 1297545, 1297549, 1297550, 1297551, 1297552, 1297553, 1297554, 1297555, 1297556, 1297557, 1297558, 1297559, 1297560, 1297561, 1297562, 1297563, 1297564, 1297567, 1297568, 1297569, 1297574, 1297578, 1297579, 1297580, 1297581, 1297582, 1297583, 1297584, 1297585, 1297586, 1297587, 1297588, 1297589, 1297590, 1297591, 1297592, 1297593, 1297596, 1297597, 1297598, 1297603, 1297607, 1297608, 1297609, 1297610, 1297611, 1297612, 1297613, 1297614, 1297615, 1297616, 1297617, 1297618, 1297619, 1297620, 1297621, 1297622, 1297625, 1297626, 1297627, 1297632, 1297636, 1297637, 1297638, 1297639, 1297640, 1297641, 1297642, 1297643, 1297644, 1297645, 1297646, 1297647, 1297648, 1297649, 1297650, 1297651, 1297654, 1297655, 1297656, 1297661, 1297665, 1297666, 1297667, 1297668, 1297669, 1297670, 1297671, 1297672, 1297673, 1297674, 1297675, 1297676, 1297677, 1297678, 1297679, 1297680, 1297683, 1297684, 1297685, 1297690, 1297694, 1297695, 1297696, 1297697, 1297698, 1297699, 1297700, 1297701, 1297702, 1297703, 1297704, 1297705, 1297706, 1297707, 1297708, 1297709, 1297712, 1297713, 1297714, 1297719, 1297723, 1297724, 1297725, 1297726, 1297727, 1297728, 1297729, 1297730, 1297731, 1297732, 1297733, 1297734, 1297735, 1297736, 1297737, 1297738, 1297741, 1297742, 1297743, 1297748, 1297752, 1297753, 1297754, 1297755, 1297756, 1297757, 1297758, 1297759, 1297760, 1297761, 1297762, 1297763, 1297764, 1297765, 1297766, 1297767, 1297770, 1297771, 1297772, 1297777, 1297781, 1297782, 1297783, 1297784, 1297785, 1297786, 1297787, 1297788, 1297789, 1297790, 1297791, 1297792, 1297793, 1297794, 1297795, 1297796, 1297799, 1297800, 1297801, 1297806, 1297810, 1297811, 1297812, 1297813, 1297814, 1297815, 1297816, 1297817, 1297818, 1297819, 1297820, 1297821, 1297822, 1297823, 1297824, 1297825, 1297828, 1297829, 1297830, 1297835, 1297839, 1297840, 1297841, 1297842, 1297843, 1297844, 1297845, 1297846, 1297847, 1297848, 1297849, 1297850, 1297851, 1297852, 1297853, 1297854, 1297857, 1297858, 1297859, 1297864, 1297868, 1297869, 1297870, 1297871, 1297872, 1297873, 1297874, 1297875, 1297876, 1297877, 1297878, 1297879, 1297880, 1297881, 1297882, 1297883, 1297886, 1297887, 1297888, 1297893, 1297897, 1297898, 1297899, 1297900, 1297901, 1297902, 1297903, 1297904, 1297905, 1297906, 1297907, 1297908, 1297909, 1297910, 1297911, 1297912, 1297915, 1297916, 1297917, 1297922, 1297926, 1297927, 1297928, 1297929, 1297930, 1297931, 1297932, 1297933, 1297934, 1297935, 1297936, 1297937, 1297938, 1297939, 1297940, 1297941, 1297944, 1297945, 1297946, 1297951, 1430045, 1430046, 1430047, 1430048, 1430049, 1430050, 1430051, 1430052, 1430053, 1430054, 1430055, 1430056, 1430057, 1430058, 1430059, 1430060, 1430061, 1430062, 1430063, 1430064, 1430065, 1430066, 1430067, 1430068, 1430069, 1430070, 1430071, 1430072, 1430073, 1430074, 1430075, 1430076, 1430077, 1430078, 1430079, 1430080, 1430081, 1430082, 1430083, 1430084, 1430085, 1430086, 1430087, 1430088, 1430089, 1430090, 1430091, 1430092, 1430093, 1430094, 1430095, 1430096, 1430097, 1430098, 1430099, 1430100, 1430101, 1430102, 1430103, 1430104, 1430105, 1430106, 1430107, 1430108, 1430109, 1430110, 1430111, 1430112, 1430113, 1430114, 1430115, 1430116, 1430117, 1430118, 1430119, 1430120, 1430121, 1430122, 1430123, 1430124, 1430125, 1430126, 1430127, 1430128, 1430129, 1430130, 1430131, 1430132, 1430133, 1430134, 1430135, 1430136, 1430137, 1430138, 1430139, 1430140, 1430141, 1430142, 1430143, 1430144, 1430145, 1430146, 1430147, 1430148, 1430149, 1430150, 1430151, 1430152, 1430153, 1430154, 1430155, 1430156, 1430157, 1430158, 1430159, 1430160, 1430161, 1430162, 1430163, 1430164, 1430165, 1430166, 1430167, 1430168, 1430169, 1430170, 1430171, 1430172, 1430173, 1430174, 1430175, 1430176, 1430177, 1430178, 1430179, 1430180, 1430181, 1430182, 1430183, 1430184, 1430185, 1430186, 1430187, 1430188, 1430189, 1430190, 1430191, 1430192, 1430193, 1430194, 1430195, 1430196, 1430197, 1430198, 1430199, 1430200, 1430201, 1430202, 1430203, 1430204, 1430205, 1430206, 1430207, 1430208, 1430209, 1430210, 1430211, 1430212, 1430213, 1430214, 1430215, 1430216, 1430217, 1430218, 1430219, 1430220, 1430221, 1430222, 1430223, 1430224, 1430225, 1430226, 1430227, 1430228, 1430229, 1430230, 1430231, 1430232, 1430233, 1430234, 1430235, 1430236, 1430237, 1430238, 1430239, 1430240, 1430241, 1430242, 1430243, 1430244, 1430245, 1430246, 1430247, 1430248, 1430249, 1430250, 1430251, 1430252, 1430253, 1430254, 1430255, 1430256, 1430257, 1430258, 1430259, 1430260, 1430261, 1430262, 1430263, 1430264, 1430265, 1430266, 1430267, 1430268, 1430269, 1430270, 1430271, 1430272, 1430273, 1430274, 1430275, 1430276, 1430277, 1430278, 1430279, 1430280, 1430281, 1430282, 1430283, 1430284, 1430285, 1430286, 1430287, 1430288, 1430289, 1430290, 1430291, 1430292, 1430293, 1430294, 1430295, 1430296, 1430297, 1430298, 1430299, 1430300, 1430301, 1430302, 1430303, 1430304, 1430305, 1430306, 1430307, 1430308, 1430309, 1430310, 1430311, 1430312, 1430313, 1430314, 1430315, 1430316, 1430317, 1430318, 1430319, 1430320, 1430321, 1430322, 1430323, 1430324, 1430325, 1430326, 1430327, 1430328, 1430329, 1430330, 1430331, 1430332, 1430333, 1430334, 1430335, 1430336, 1430337, 1430338, 1430339, 1430340, 1430341, 1430342, 1430343, 1430344, 1430345, 1430346, 1430347, 1430348, 1430349, 1430350, 1430351, 1430352, 1430353, 1430354, 1430355, 1430356, 1430357, 1430358, 1430359, 1430360, 1430361, 1430362, 1430363, 1430364, 1430365, 1430366, 1430367, 1430368, 1430369, 1430370, 1430371, 1430372, 1430373, 1430374, 1430375, 1430376, 1430377, 1430378, 1430379, 1430380, 1430381, 1430382, 1430383, 1430384, 1430385, 1430386, 1430387, 1430388, 1430389, 1430390, 1430391, 1430392, 1430393, 1430394, 1430395, 1430396, 1430397, 1430398, 1430399, 1430400, 1430401, 1430402, 1430403, 1430404, 1430405, 1430406, 1430407, 1430408, 1430409, 1430410, 1430411, 1430412, 1430413, 1430414, 1430415, 1430416, 1430417, 1430418, 1430419, 1430420, 1430421, 1430422, 1430423, 1430424, 1430425, 1430426, 1430427, 1430428, 1430429, 1430430, 1430431, 1430432, 1430433, 1430434, 1430435, 1430436, 1430437, 1430438, 1430439, 1430440, 1430441, 1430442, 1430443, 1430444, 1430445, 1430446, 1430447, 1430448, 1430449, 1430450, 1430451, 1430452, 1430453, 1430454, 1430455, 1430456, 1430457, 1430458, 1430459, 1430460, 1430461, 1430462, 1430463, 1430464, 1430465, 1430466, 1430467, 1430468, 1430469, 1430470, 1430471, 1430472, 1430473, 1430474, 1430475, 1430476, 1430477, 1430478, 1430479, 1430480, 1430481, 1430482, 1430483, 1430484, 1430485, 1430486, 1430487, 1430488, 1430489, 1430490, 1430491, 1430492, 1430493, 1430494, 1430495, 1430496, 1430497, 1430498, 1430499, 1430500, 1430501, 1430502, 1430503, 1430504, 1430505, 1430506, 1430507, 1430508, 1430509, 1430510, 1430511, 1430512, 1430513, 1430514, 1430515, 1430516, 1430517, 1430518, 1430519, 1430520, 1430521, 1430522, 1430523, 1430524, 1430525, 1430526, 1430527, 1430528, 1430529, 1430530, 1430531, 1430532, 1430533, 1430534, 1430535, 1430536, 1430537, 1430538, 1430539, 1430540, 1430541, 1430542, 1430543, 1430544, 1430545, 1430546, 1430547, 1430548, 1430549, 1430550, 1430551, 1430552, 1430553, 1430554, 1430555, 1430556, 1430557, 1430558, 1430559, 1430560, 1430561, 1430562, 1430563, 1430564, 1430565, 1430566, 1430567, 1430568, 1430569, 1430570, 1430571, 1430572, 1430573, 1430574, 1430575, 1430576, 1430577, 1430578, 1430579, 1430580, 1430581, 1430582, 1430583, 1430584, 1430585, 1430586, 1430587, 1430588, 1430589, 1430590, 1430591, 1430592, 1430593, 1430594, 1430595, 1430596, 1430597, 1430598, 1430599, 1430600, 1430601, 1430602, 1430603, 1430604, 1430605, 1430606, 1430607, 1430608, 1430609, 1430610, 1430611, 1430612, 1430613, 1430614, 1430615, 1430616, 1430617, 1430618, 1430619, 1430620, 1430621, 1430622, 1430623, 1430624, 1430625, 1430626, 1430627, 1430628, 1430629, 1430630, 1430631, 1430632, 1430633, 1430634, 1430635, 1430636, 1430637, 1430638, 1430639, 1430640, 1430641, 1430642, 1430643, 1430644, 1430645, 1430646, 1430647, 1430648, 1430649, 1430650, 1430651, 1430652, 1430653, 1430654, 1430655, 1430656, 1430657, 1430658, 1430659, 1430660, 1430661, 1430662, 1430663, 1430664, 1430665, 1430666, 1430667, 1430668, 1430669, 1430670, 1430671, 1430672, 1430673, 1430674, 1430675, 1430676, 1430677, 1430678, 1430679, 1430680, 1430681, 1430682, 1430683, 1430684, 1430685, 1430686, 1430687, 1430688, 1430689, 1430690, 1430691, 1430692, 1430693, 1430694, 1430695, 1430696, 1430697, 1430698, 1430699, 1430700, 1430701, 1430702, 1430703, 1430704, 1430705, 1430706, 1430707, 1430708, 1430709, 1430710, 1430711, 1430712, 1430713, 1430714, 1430715, 1430716, 1430717, 1430718, 1430719, 1430720, 1430721, 1430722, 1430723, 1430724, 1430725, 1430726, 1430727, 1430728, 1430729, 1430730, 1430731, 1430732, 1430733, 1430734, 1430735, 1430736, 1430737, 1430738, 1430739, 1430740, 1430741, 1430742, 1430743, 1430744, 1430745, 1430746, 1430747, 1430748, 1430749, 1430750, 1430751, 1430752, 1430753, 1430754, 1430755, 1430756, 1430757, 1430758, 1430759, 1430760, 1430761, 1430762, 1430763, 1430764, 1430765, 1430766, 1430767, 1430768, 1430769, 1430770, 1430771, 1430772, 1430773, 1430774, 1430775, 1430776, 1430777, 1430778, 1430779, 1430780, 1430781, 1430782, 1430783, 1430784, 1430785, 1430786, 1430787, 1430788, 1430789, 1430790, 1430791, 1430792, 1430793, 1430794, 1430795, 1430796, 1430797, 1430798, 1430799, 1430800, 1430801, 1430802, 1430803, 1430804, 1430805, 1430806, 1430807, 1430808, 1430809, 1430810, 1430811, 1430812, 1430813, 1430814, 1430815, 1430816, 1430817, 1430818, 1430819, 1430820, 1430821, 1430822, 1430823, 1430824, 1430825, 1430826, 1430827, 1430828, 1430829, 1430830, 1430831, 1430832, 1430833, 1430834, 1430835, 1430836, 1430837, 1430838, 1430839, 1430840, 1430841, 1430842, 1430843, 1430844, 1430845, 1430846, 1430847, 1430848, 1430849, 1430850, 1430851, 1430852, 1430853, 1430854, 1430855, 1430856, 1430857, 1430858, 1430859, 1430860, 1430861, 1430862, 1430863, 1430864, 1430865, 1430866, 1430867, 1430868, 1430869, 1430870, 1430871, 1430872, 1430873, 1430874, 1430875, 1430876, 1430877, 1430878, 1430879, 1430880, 1430881, 1430882, 1430883, 1430884, 1430885, 1430886, 1430887, 1430888, 1430889, 1430890, 1430891, 1430892, 1430893, 1430894, 1430895, 1430896, 1430897, 1430898, 1430899, 1430900, 1430901, 1430902, 1430903, 1430904, 1430905, 1430906, 1430907, 1430908, 1430909, 1430910, 1430911, 1430912, 1430913, 1430914, 1430915, 1430916, 1430917, 1430918, 1430919, 1430920, 1430921, 1430922, 1430923, 1430924, 1430925, 1430926, 1430927, 1430928, 1430929, 1430930, 1430931, 1430932, 1430933, 1430934, 1430935, 1430936, 1430937, 1430938, 1430939, 1430940, 1430941, 1430942, 1430943, 1430944, 1430945, 1430946, 1430947, 1430948, 1430949, 1430950, 1430951, 1430952, 1430953, 1430954, 1430955, 1430956, 1430957, 1430958, 1430959, 1430960, 1430961, 1430962, 1430963, 1430964, 1430965, 1430966, 1430967, 1430968, 1430969, 1430970, 1430971, 1430972, 1430973, 1430974, 1430975, 1430976, 1430977, 1430978, 1430979, 1430980, 1430981, 1430982, 1430983, 1430984, 1430985, 1430986, 1430987, 1430988, 1430989, 1430990, 1430991, 1430992, 1430993, 1430994, 1430995, 1430996, 1430997, 1430998, 1430999, 1431000, 1431001, 1431002, 1431003, 1431004, 1431005, 1431006, 1431007, 1431008, 1431009, 1431010, 1431011, 1431012, 1431013, 1431014, 1431015, 1431016, 1431017, 1431018, 1431019, 1431020, 1431021, 1431022, 1431023, 1431024, 1431025, 1431026, 1431027, 1431028, 1431029, 1431030, 1431031, 1431032, 1431033, 1431034, 1431035, 1431036, 1431037, 1431038, 1431039, 1431040, 1431041, 1431042, 1431043, 1431044, 1431045, 1431046, 1431047, 1431048, 1431049, 1431050, 1431051, 1431052, 1295519) AND il.`id_lang` = 1 ORDER by i.`position` |
1.830
ms
|
0 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15
ORDER BY `position` |
1.821
ms
|
31 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1305061, 1305062, 1305063, 1305064, 1305065, 1305066, 1305067, 1305068, 1305069, 1305070, 1305071, 1305072, 1305073, 1305074, 1305075, 1305078, 1305079, 1305080, 1305085, 1305089, 1305090, 1305091, 1305092, 1305093, 1305094, 1305095, 1305096, 1305097, 1305098, 1305099, 1305100, 1305101, 1305102, 1305103, 1305104, 1305107, 1305108, 1305109, 1305114, 1305118, 1305119, 1305120, 1305121, 1305122, 1305123, 1305124, 1305125, 1305126, 1305127, 1305128, 1305129, 1305130, 1305131, 1305132, 1305133, 1305136, 1305137, 1305138, 1305143, 1305147, 1305148, 1305149, 1305150, 1305151, 1305152, 1305153, 1305154, 1305155, 1305156, 1305157, 1305158, 1305159, 1305160, 1305161, 1305162, 1305165, 1305166, 1305167, 1305172, 1305176, 1305177, 1305178, 1305179, 1305180, 1305181, 1305182, 1305183, 1305184, 1305185, 1305186, 1305187, 1305188, 1305189, 1305190, 1305191, 1305194, 1305195, 1305196, 1305201, 1305205, 1305206, 1305207, 1305208, 1305209, 1305210, 1305211, 1305212, 1305213, 1305214, 1305215, 1305216, 1305217, 1305218, 1305219, 1305220, 1305223, 1305224, 1305225, 1305230, 1305234, 1305235, 1305236, 1305237, 1305238, 1305239, 1305240, 1305241, 1305242, 1305243, 1305244, 1305245, 1305246, 1305247, 1305248, 1305249, 1305252, 1305253, 1305254, 1305259, 1305263, 1305264, 1305265, 1305266, 1305267, 1305268, 1305269, 1305270, 1305271, 1305272, 1305273, 1305274, 1305275, 1305276, 1305277, 1305278, 1305281, 1305282, 1305283, 1305288, 1305292, 1305293, 1305294, 1305295, 1305296, 1305297, 1305298, 1305299, 1305300, 1305301, 1305302, 1305303, 1305304, 1305305, 1305306, 1305307, 1305310, 1305311, 1305312, 1305317, 1305321, 1305322, 1305323, 1305324, 1305325, 1305326, 1305327, 1305328, 1305329, 1305330, 1305331, 1305332, 1305333, 1305334, 1305335, 1305336, 1305339, 1305340, 1305341, 1305346, 1305350, 1305351, 1305352, 1305353, 1305354, 1305355, 1305356, 1305357, 1305358, 1305359, 1305360, 1305361, 1305362, 1305363, 1305364, 1305365, 1305368, 1305369, 1305370, 1305375, 1305379, 1305380, 1305381, 1305382, 1305383, 1305384, 1305385, 1305386, 1305387, 1305388, 1305389, 1305390, 1305391, 1305392, 1305393, 1305394, 1305397, 1305398, 1305399, 1305404, 1442240, 1442241, 1442242, 1442243, 1442244, 1442245, 1442246, 1442247, 1442248, 1442249, 1442250, 1442251, 1442252, 1442253, 1442254, 1442255, 1442256, 1442257, 1442258, 1442259, 1442260, 1442261, 1442262, 1442263, 1442264, 1442265, 1442266, 1442267, 1442268, 1442269, 1442270, 1442271, 1442272, 1442273, 1442274, 1442275, 1442276, 1442277, 1442278, 1442279, 1442280, 1442281, 1442282, 1442283, 1442284, 1442285, 1442286, 1442287, 1442288, 1442289, 1442290, 1442291, 1442292, 1442293, 1442294, 1442295, 1442296, 1442297, 1442298, 1442299, 1442300, 1442301, 1442302, 1442303, 1442304, 1442305, 1442306, 1442307, 1442308, 1442309, 1442310, 1442311, 1442312, 1442313, 1442314, 1442315, 1442316, 1442317, 1442318, 1442319, 1442320, 1442321, 1442322, 1442323, 1442324, 1442325, 1442326, 1442327, 1442328, 1442329, 1442330, 1442331, 1442332, 1442333, 1442334, 1442335, 1442336, 1442337, 1442338, 1442339, 1442340, 1442341, 1442342, 1442343, 1442344, 1442345, 1442346, 1442347, 1442348, 1442349, 1442350, 1442351, 1442352, 1442353, 1442354, 1442355, 1442356, 1442357, 1442358, 1442359, 1442360, 1442361, 1442362, 1442363, 1442364, 1442365, 1442366, 1442367, 1442368, 1442369, 1442370, 1442371, 1442372, 1442373, 1442374, 1442375, 1442376, 1442377, 1442378, 1442379, 1442380, 1442381, 1442382, 1442383, 1305060) AND il.`id_lang` = 1 ORDER by i.`position` |
1.792
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 17
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('LS10 1PL' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, 'LS10 1PL')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.790
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 46 |
1.786
ms
|
2226 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `prstshp_module` m
INNER JOIN prstshp_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `prstshp_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `prstshp_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.738
ms
|
276 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:42 (getInstance)
|
| 63 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-19 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN prstshp_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (11,15,19,20,30,42,43,46,64,78,93,63,74,95,7,56,126,128,130,131) |
1.667
ms
|
123 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 105 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 15 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.642
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 177 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 42 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 42 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.625
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 63
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1.614
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE *
FROM `prstshp_group` a
LEFT JOIN `prstshp_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
1.586
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 126 |
1.586
ms
|
2688 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 64
ORDER BY f.position ASC |
1.516
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 20) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.498
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 95 |
1.496
ms
|
3414 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 20
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
1.490
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 95 AND id_shop=1 LIMIT 1 |
1.489
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 80 |
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 `prstshp_hook_module` hm
STRAIGHT_JOIN `prstshp_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `prstshp_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.452
ms
|
465 |
|
|
/classes/Hook.php:459
/classes/Hook.php:496 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1303437, 1303438, 1303439, 1303440, 1303441, 1303442, 1303443, 1303444, 1303445, 1303446, 1303447, 1303448, 1303449, 1303450, 1303451, 1303454, 1303455, 1303456, 1303461, 1303465, 1303466, 1303467, 1303468, 1303469, 1303470, 1303471, 1303472, 1303473, 1303474, 1303475, 1303476, 1303477, 1303478, 1303479, 1303480, 1303483, 1303484, 1303485, 1303490, 1303494, 1303495, 1303496, 1303497, 1303498, 1303499, 1303500, 1303501, 1303502, 1303503, 1303504, 1303505, 1303506, 1303507, 1303508, 1303509, 1303512, 1303513, 1303514, 1303519, 1303523, 1303524, 1303525, 1303526, 1303527, 1303528, 1303529, 1303530, 1303531, 1303532, 1303533, 1303534, 1303535, 1303536, 1303537, 1303538, 1303541, 1303542, 1303543, 1303548, 1303552, 1303553, 1303554, 1303555, 1303556, 1303557, 1303558, 1303559, 1303560, 1303561, 1303562, 1303563, 1303564, 1303565, 1303566, 1303567, 1303570, 1303571, 1303572, 1303577, 1303581, 1303582, 1303583, 1303584, 1303585, 1303586, 1303587, 1303588, 1303589, 1303590, 1303591, 1303592, 1303593, 1303594, 1303595, 1303596, 1303599, 1303600, 1303601, 1303606, 1303610, 1303611, 1303612, 1303613, 1303614, 1303615, 1303616, 1303617, 1303618, 1303619, 1303620, 1303621, 1303622, 1303623, 1303624, 1303625, 1303628, 1303629, 1303630, 1303635, 1303639, 1303640, 1303641, 1303642, 1303643, 1303644, 1303645, 1303646, 1303647, 1303648, 1303649, 1303650, 1303651, 1303652, 1303653, 1303654, 1303657, 1303658, 1303659, 1303664, 1303668, 1303669, 1303670, 1303671, 1303672, 1303673, 1303674, 1303675, 1303676, 1303677, 1303678, 1303679, 1303680, 1303681, 1303682, 1303683, 1303686, 1303687, 1303688, 1303693, 1303697, 1303698, 1303699, 1303700, 1303701, 1303702, 1303703, 1303704, 1303705, 1303706, 1303707, 1303708, 1303709, 1303710, 1303711, 1303712, 1303715, 1303716, 1303717, 1303722, 1303726, 1303727, 1303728, 1303729, 1303730, 1303731, 1303732, 1303733, 1303734, 1303735, 1303736, 1303737, 1303738, 1303739, 1303740, 1303741, 1303744, 1303745, 1303746, 1303751, 1303755, 1303756, 1303757, 1303758, 1303759, 1303760, 1303761, 1303762, 1303763, 1303764, 1303765, 1303766, 1303767, 1303768, 1303769, 1303770, 1303773, 1303774, 1303775, 1303780, 1303784, 1303785, 1303786, 1303787, 1303788, 1303789, 1303790, 1303791, 1303792, 1303793, 1303794, 1303795, 1303796, 1303797, 1303798, 1303799, 1303802, 1303803, 1303804, 1303809, 1303813, 1303814, 1303815, 1303816, 1303817, 1303818, 1303819, 1303820, 1303821, 1303822, 1303823, 1303824, 1303825, 1303826, 1303827, 1303828, 1303831, 1303832, 1303833, 1303838, 1303842, 1303843, 1303844, 1303845, 1303846, 1303847, 1303848, 1303849, 1303850, 1303851, 1303852, 1303853, 1303854, 1303855, 1303856, 1303857, 1303860, 1303861, 1303862, 1303867, 1303871, 1303872, 1303873, 1303874, 1303875, 1303876, 1303877, 1303878, 1303879, 1303880, 1303881, 1303882, 1303883, 1303884, 1303885, 1303886, 1303889, 1303890, 1303891, 1303896, 1303900, 1303901, 1303902, 1303903, 1303904, 1303905, 1303906, 1303907, 1303908, 1303909, 1303910, 1303911, 1303912, 1303913, 1303914, 1303915, 1303918, 1303919, 1303920, 1303925, 1303929, 1303930, 1303931, 1303932, 1303933, 1303934, 1303935, 1303936, 1303937, 1303938, 1303939, 1303940, 1303941, 1303942, 1303943, 1303944, 1303947, 1303948, 1303949, 1303954, 1303958, 1303959, 1303960, 1303961, 1303962, 1303963, 1303964, 1303965, 1303966, 1303967, 1303968, 1303969, 1303970, 1303971, 1303972, 1303973, 1303976, 1303977, 1303978, 1303983, 1303987, 1303988, 1303989, 1303990, 1303991, 1303992, 1303993, 1303994, 1303995, 1303996, 1303997, 1303998, 1303999, 1304000, 1304001, 1304002, 1304005, 1304006, 1304007, 1304012, 1304016, 1304017, 1304018, 1304019, 1304020, 1304021, 1304022, 1304023, 1304024, 1304025, 1304026, 1304027, 1304028, 1304029, 1304030, 1304031, 1304034, 1304035, 1304036, 1304041, 1304045, 1304046, 1304047, 1304048, 1304049, 1304050, 1304051, 1304052, 1304053, 1304054, 1304055, 1304056, 1304057, 1304058, 1304059, 1304060, 1304063, 1304064, 1304065, 1304070, 1304074, 1304075, 1304076, 1304077, 1304078, 1304079, 1304080, 1304081, 1304082, 1304083, 1304084, 1304085, 1304086, 1304087, 1304088, 1304089, 1304092, 1304093, 1304094, 1304099, 1304103, 1304104, 1304105, 1304106, 1304107, 1304108, 1304109, 1304110, 1304111, 1304112, 1304113, 1304114, 1304115, 1304116, 1304117, 1304118, 1304121, 1304122, 1304123, 1304128, 1304132, 1304133, 1304134, 1304135, 1304136, 1304137, 1304138, 1304139, 1304140, 1304141, 1304142, 1304143, 1304144, 1304145, 1304146, 1304147, 1304150, 1304151, 1304152, 1304157, 1304161, 1304162, 1304163, 1304164, 1304165, 1304166, 1304167, 1304168, 1304169, 1304170, 1304171, 1304172, 1304173, 1304174, 1304175, 1304176, 1304179, 1304180, 1304181, 1304186, 1304190, 1304191, 1304192, 1304193, 1304194, 1304195, 1304196, 1304197, 1304198, 1304199, 1304200, 1304201, 1304202, 1304203, 1304204, 1304205, 1304208, 1304209, 1304210, 1304215, 1304219, 1304220, 1304221, 1304222, 1304223, 1304224, 1304225, 1304226, 1304227, 1304228, 1304229, 1304230, 1304231, 1304232, 1304233, 1304234, 1304237, 1304238, 1304239, 1304244, 1442384, 1442385, 1442386, 1442387, 1442388, 1442389, 1442390, 1442391, 1442392, 1442393, 1442394, 1442395, 1442396, 1442397, 1442398, 1442399, 1442400, 1442401, 1442402, 1442403, 1442404, 1442405, 1442406, 1442407, 1442408, 1442409, 1442410, 1442411, 1442412, 1442413, 1442414, 1442415, 1442416, 1442417, 1442418, 1442419, 1442420, 1442421, 1442422, 1442423, 1442424, 1442425, 1442426, 1442427, 1442428, 1442429, 1442430, 1442431, 1442432, 1442433, 1442434, 1442435, 1442436, 1442437, 1442438, 1442439, 1442440, 1442441, 1442442, 1442443, 1442444, 1442445, 1442446, 1442447, 1442448, 1442449, 1442450, 1442451, 1442452, 1442453, 1442454, 1442455, 1442456, 1442457, 1442458, 1442459, 1442460, 1442461, 1442462, 1442463, 1442464, 1442465, 1442466, 1442467, 1442468, 1442469, 1442470, 1442471, 1442472, 1442473, 1442474, 1442475, 1442476, 1442477, 1442478, 1442479, 1442480, 1442481, 1442482, 1442483, 1442484, 1442485, 1442486, 1442487, 1442488, 1442489, 1442490, 1442491, 1442492, 1442493, 1442494, 1442495, 1442496, 1442497, 1442498, 1442499, 1442500, 1442501, 1442502, 1442503, 1442504, 1442505, 1442506, 1442507, 1442508, 1442509, 1442510, 1442511, 1442512, 1442513, 1442514, 1442515, 1442516, 1442517, 1442518, 1442519, 1442520, 1442521, 1442522, 1442523, 1442524, 1442525, 1442526, 1442527, 1442528, 1442529, 1442530, 1442531, 1442532, 1442533, 1442534, 1442535, 1442536, 1442537, 1442538, 1442539, 1442540, 1442541, 1442542, 1442543, 1442544, 1442545, 1442546, 1442547, 1442548, 1442549, 1442550, 1442551, 1442552, 1442553, 1442554, 1442555, 1442556, 1442557, 1442558, 1442559, 1442560, 1442561, 1442562, 1442563, 1442564, 1442565, 1442566, 1442567, 1442568, 1442569, 1442570, 1442571, 1442572, 1442573, 1442574, 1442575, 1442576, 1442577, 1442578, 1442579, 1442580, 1442581, 1442582, 1442583, 1442584, 1442585, 1442586, 1442587, 1442588, 1442589, 1442590, 1442591, 1442592, 1442593, 1442594, 1442595, 1442596, 1442597, 1442598, 1442599, 1442600, 1442601, 1442602, 1442603, 1442604, 1442605, 1442606, 1442607, 1442608, 1442609, 1442610, 1442611, 1442612, 1442613, 1442614, 1442615, 1442616, 1442617, 1442618, 1442619, 1442620, 1442621, 1442622, 1442623, 1442624, 1442625, 1442626, 1442627, 1442628, 1442629, 1442630, 1442631, 1442632, 1442633, 1442634, 1442635, 1442636, 1442637, 1442638, 1442639, 1442640, 1442641, 1442642, 1442643, 1442644, 1442645, 1442646, 1442647, 1442648, 1442649, 1442650, 1442651, 1442652, 1442653, 1442654, 1442655, 1442656, 1442657, 1442658, 1442659, 1442660, 1442661, 1442662, 1442663, 1442664, 1442665, 1442666, 1442667, 1442668, 1442669, 1442670, 1442671, 1442672, 1442673, 1442674, 1442675, 1442676, 1442677, 1442678, 1442679, 1442680, 1442681, 1442682, 1442683, 1442684, 1442685, 1442686, 1442687, 1442688, 1442689, 1442690, 1442691, 1442692, 1442693, 1442694, 1442695, 1442696, 1442697, 1442698, 1442699, 1442700, 1442701, 1442702, 1442703, 1442704, 1442705, 1442706, 1442707, 1442708, 1442709, 1442710, 1442711, 1442712, 1442713, 1442714, 1442715, 1442716, 1442717, 1442718, 1442719, 1303436) AND il.`id_lang` = 1 ORDER by i.`position` |
1.420
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 414 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1472620
AND cp.`id_cart` = 0 AND cp.`id_product` = 130 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1472620
AND cp.`id_cart` = 0 AND p.`id_product_item` = 130 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.413
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 64 |
1.411
ms
|
896 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.410
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 95 AND `id_group` = 1 LIMIT 1 |
1.405
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
1.380
ms
|
39 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.371
ms
|
25 |
Yes
|
|
/classes/Category.php:799
/modules/tvcmssearch/tvcmssearch.php:100 (getNestedCategories)
/modules/tvcmssearch/tvcmssearch.php:211 (getAllCategories)
/classes/Hook.php:1083 (hookdisplayNavSearchBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 17
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.359
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 74 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 74 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.349
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 1451039) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.288
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 426 |
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 131) |
1.260
ms
|
195 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20
ORDER BY `position` |
1.251
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 64
AND image_shop.`cover` = 1 LIMIT 1 |
1.247
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
1.231
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 74
ORDER BY `position` |
1.162
ms
|
10 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 408 |
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 130) |
1.155
ms
|
196 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 20 |
1.155
ms
|
896 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 56
AND image_shop.`cover` = 1 LIMIT 1 |
1.144
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `prstshp_hook` h
WHERE (h.active = 1) |
1.108
ms
|
950 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:42 (getInstance)
|
| 483 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 7 |
1.077
ms
|
2688 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 759 |
INSERT INTO `prstshp_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('212615', '', 'www.funkyfuton.co.uk/17-futon-sofabeds?p=28&q=Choose+your+Upholstery+Fabric+-Azure+Blue+Promotion-Stone+Promotion-Natural+Cotton+Drill.', '', '2026-06-19 10:41:39') |
1.076
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_group`
WHERE `id_group` = 1 LIMIT 1 |
1.073
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 11 |
1.065
ms
|
896 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 130) AND (id_product_attribute = 1472620) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.064
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 17 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 6 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
1.060
ms
|
25 |
Yes
|
Yes
|
/classes/Category.php:799
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC |
1.059
ms
|
29 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Converter.php:427 (getAttributes)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 126
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1.054
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 74) AND (id_product_attribute = 1446748) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.046
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 131 AND id_shop=1 LIMIT 1 |
1.032
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
1.031
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1472620 |
1.014
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1442044 LIMIT 1 |
0.982
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 143 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1434105
AND cp.`id_cart` = 0 AND cp.`id_product` = 20 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1434105
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.975
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.967
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM prstshp_layered_category
WHERE controller = 'category'
AND id_category = 17
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.964
ms
|
17 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 131 AND `id_group` = 1 LIMIT 1 |
0.963
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 249 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 78 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 78 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.961
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE state FROM prstshp_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.960
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1307845, 1307846, 1307847, 1307848, 1307849, 1307850, 1307851, 1307852, 1307853, 1307854, 1307855, 1307856, 1307857, 1307858, 1307859, 1307862, 1307863, 1307864, 1307869, 1307873, 1307874, 1307875, 1307876, 1307877, 1307878, 1307879, 1307880, 1307881, 1307882, 1307883, 1307884, 1307885, 1307886, 1307887, 1307888, 1307891, 1307892, 1307893, 1307898, 1307902, 1307903, 1307904, 1307905, 1307906, 1307907, 1307908, 1307909, 1307910, 1307911, 1307912, 1307913, 1307914, 1307915, 1307916, 1307917, 1307920, 1307921, 1307922, 1307927, 1307931, 1307932, 1307933, 1307934, 1307935, 1307936, 1307937, 1307938, 1307939, 1307940, 1307941, 1307942, 1307943, 1307944, 1307945, 1307946, 1307949, 1307950, 1307951, 1307956, 1307960, 1307961, 1307962, 1307963, 1307964, 1307965, 1307966, 1307967, 1307968, 1307969, 1307970, 1307971, 1307972, 1307973, 1307974, 1307975, 1307978, 1307979, 1307980, 1307985, 1307989, 1307990, 1307991, 1307992, 1307993, 1307994, 1307995, 1307996, 1307997, 1307998, 1307999, 1308000, 1308001, 1308002, 1308003, 1308004, 1308007, 1308008, 1308009, 1308014, 1308018, 1308019, 1308020, 1308021, 1308022, 1308023, 1308024, 1308025, 1308026, 1308027, 1308028, 1308029, 1308030, 1308031, 1308032, 1308033, 1308036, 1308037, 1308038, 1308043, 1308047, 1308048, 1308049, 1308050, 1308051, 1308052, 1308053, 1308054, 1308055, 1308056, 1308057, 1308058, 1308059, 1308060, 1308061, 1308062, 1308065, 1308066, 1308067, 1308072, 1308076, 1308077, 1308078, 1308079, 1308080, 1308081, 1308082, 1308083, 1308084, 1308085, 1308086, 1308087, 1308088, 1308089, 1308090, 1308091, 1308094, 1308095, 1308096, 1308101, 1308105, 1308106, 1308107, 1308108, 1308109, 1308110, 1308111, 1308112, 1308113, 1308114, 1308115, 1308116, 1308117, 1308118, 1308119, 1308120, 1308123, 1308124, 1308125, 1308130, 1308134, 1308135, 1308136, 1308137, 1308138, 1308139, 1308140, 1308141, 1308142, 1308143, 1308144, 1308145, 1308146, 1308147, 1308148, 1308149, 1308152, 1308153, 1308154, 1308159, 1308163, 1308164, 1308165, 1308166, 1308167, 1308168, 1308169, 1308170, 1308171, 1308172, 1308173, 1308174, 1308175, 1308176, 1308177, 1308178, 1308181, 1308182, 1308183, 1308188, 1442044, 1442045, 1442046, 1442047, 1442048, 1442049, 1442050, 1442051, 1442052, 1442053, 1442054, 1442055, 1442056, 1442057, 1442058, 1442059, 1442060, 1442061, 1442062, 1442063, 1442064, 1442065, 1442066, 1442067, 1442068, 1442069, 1442070, 1442071, 1442072, 1442073, 1442074, 1442075, 1442076, 1442077, 1442078, 1442079, 1442080, 1442081, 1442082, 1442083, 1442084, 1442085, 1442086, 1442087, 1442088, 1442089, 1442090, 1442091, 1442092, 1442093, 1442094, 1442095, 1442096, 1442097, 1442098, 1442099, 1442100, 1442101, 1442102, 1442103, 1442104, 1442105, 1442106, 1442107, 1442108, 1442109, 1442110, 1442111, 1442112, 1442113, 1442114, 1442115, 1442116, 1442117, 1442118, 1442119, 1442120, 1442121, 1442122, 1442123, 1442124, 1442125, 1442126, 1442127, 1442128, 1442129, 1442130, 1442131, 1442132, 1442133, 1442134, 1442135, 1442136, 1442137, 1442138, 1442139, 1442140, 1442141, 1442142, 1442143, 1442144, 1442145, 1442146, 1442147, 1442148, 1442149, 1442150, 1442151, 1442152, 1442153, 1442154, 1442155, 1442156, 1442157, 1442158, 1442159, 1442160, 1442161, 1442162, 1442163, 1442164, 1442165, 1442166, 1442167, 1442168, 1442169, 1442170, 1442171, 1442172, 1442173, 1442174, 1442175, 1442176, 1442177, 1442178, 1442179, 1442180, 1442181, 1442182, 1442183, 1442184, 1442185, 1442186, 1442187, 1307844) AND il.`id_lang` = 1 ORDER by i.`position` |
0.915
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 95
AND pac.`id_product_attribute` = 1454147
AND agl.`id_lang` = 1 |
0.912
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `prstshp_attribute_group` ag INNER JOIN prstshp_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `prstshp_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.885
ms
|
15 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 30 AND `id_group` = 1 LIMIT 1 |
0.880
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1451039 LIMIT 1 |
0.874
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 93
ORDER BY `position` |
0.860
ms
|
14 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.857
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 19
AND image_shop.`cover` = 1 LIMIT 1 |
0.848
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 93 AND id_shop=1 LIMIT 1 |
0.833
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 1430045) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.829
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 64
AND pac.`id_product_attribute` = 1442384
AND agl.`id_lang` = 1 |
0.823
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30
AND pac.`id_product_attribute` = 1434441
AND agl.`id_lang` = 1 |
0.806
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 63) AND (id_product_attribute = 1442240) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.804
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1472816 |
0.800
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1472610, 1472611, 1472612, 1472613, 1472614, 1472615, 1472616, 1472617, 1472618, 1472619, 1472620, 1472621, 1472622, 1472623, 1472624, 1472625, 1472626, 1472627, 1472628, 1472629, 1472630, 1472631, 1472632, 1472633, 1472634, 1472635, 1472636, 1472637, 1472638, 1472639, 1472640, 1472641, 1472642, 1472643, 1472644, 1472645, 1472646, 1472647, 1472648, 1472649, 1472650, 1472651, 1472652, 1472653, 1472654, 1472655, 1472656, 1472657, 1472658, 1472659, 1472660, 1472661, 1472662, 1472663, 1472664, 1472665, 1472666, 1472667, 1472668, 1472669, 1472670, 1472671, 1472672, 1472673, 1472674, 1472675, 1472676, 1472677, 1472678, 1472679, 1472680, 1472681, 1472682, 1472683, 1472684, 1472685, 1472686, 1472687, 1472688, 1472689, 1472690, 1472691, 1472692, 1472693, 1472694, 1472695, 1472696, 1472697, 1472698, 1472699, 1472700, 1472701, 1472702, 1472703, 1472704, 1472705, 1472706, 1472707, 1472708, 1472709, 1472710, 1472711, 1472712, 1472713, 1472714, 1472715, 1472716, 1472717, 1472718, 1472719, 1472720, 1472721, 1472722, 1472723, 1472724, 1472725, 1472726, 1472727, 1472728, 1472729, 1472730, 1472731, 1472732, 1472733, 1472734, 1472735, 1472736, 1472737, 1472738, 1472739, 1472740, 1472741, 1472742, 1472743, 1472744, 1472745, 1472746, 1472747, 1472748, 1472749, 1472750, 1472751, 1472752, 1472753, 1472754, 1472755, 1472756, 1472757, 1472758, 1472759, 1472760, 1472761, 1472762, 1472763, 1472764, 1472765, 1472766, 1472767, 1472768, 1472769, 1472770, 1472771, 1472772, 1472773, 1472774, 1472775, 1472776, 1472777, 1472778, 1472779, 1472780, 1472781, 1472782, 1472783, 1472784, 1472785, 1472786, 1472787, 1472788, 1472789, 1472790, 1472791, 1472792, 1472793, 1472794, 1472795, 1472796, 1472797, 1472798, 1472799, 1472800, 1472801, 1472802, 1472803, 1472804, 1472609) AND il.`id_lang` = 1 ORDER by i.`position` |
0.772
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 95
ORDER BY f.position ASC |
0.750
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 85 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 11 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.750
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 125 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1433769
AND cp.`id_cart` = 0 AND cp.`id_product` = 19 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1433769
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.747
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 56
AND pac.`id_product_attribute` = 1442044
AND agl.`id_lang` = 1 |
0.733
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 43 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 43 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.730
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 19
AND pac.`id_product_attribute` = 1433769
AND agl.`id_lang` = 1 |
0.726
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 340 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.723
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 141 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 20 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.722
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 19 |
0.720
ms
|
896 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.717
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.717
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 342 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1430045
AND cp.`id_cart` = 0 AND cp.`id_product` = 7 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1430045
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.716
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 30) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.712
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 64 AND id_shop=1 LIMIT 1 |
0.709
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
0.709
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 251 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1447112
AND cp.`id_cart` = 0 AND cp.`id_product` = 78 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1447112
AND cp.`id_cart` = 0 AND p.`id_product_item` = 78 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.706
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 30 AND id_shop=1 LIMIT 1 |
0.702
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 131 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.701
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE `id_guest`
FROM `prstshp_connections`
WHERE `id_guest` = 229789
AND `date_add` > '2026-06-19 10:11:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.697
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:309 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 43
AND pac.`id_product_attribute` = 1437638
AND agl.`id_lang` = 1 |
0.696
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 7
AND pac.`id_product_attribute` = 1430045
AND agl.`id_lang` = 1 |
0.696
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 285 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 63 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 63 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.695
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.690
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 131
AND pac.`id_product_attribute` = 1472816
AND agl.`id_lang` = 1 |
0.690
ms
|
2 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 412 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 130 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 130 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.688
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 128
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.687
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 394 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 128 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 128 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.681
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 322 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 95 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 95 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.679
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 360 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1442044
AND cp.`id_cart` = 0 AND cp.`id_product` = 56 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1442044
AND cp.`id_cart` = 0 AND p.`id_product_item` = 56 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.679
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 267 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 93 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 93 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.678
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1431753 |
0.676
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.674
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 287 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1442240
AND cp.`id_cart` = 0 AND cp.`id_product` = 63 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1442240
AND cp.`id_cart` = 0 AND p.`id_product_item` = 63 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.674
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 95
ORDER BY `position` |
0.674
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 179 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1435874
AND cp.`id_cart` = 0 AND cp.`id_product` = 42 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1435874
AND cp.`id_cart` = 0 AND p.`id_product_item` = 42 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.673
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `prstshp_meta` m
LEFT JOIN `prstshp_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.661
ms
|
47 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:42 (getInstance)
|
| 358 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 56 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 56 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.659
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1144974, 1144975, 1144976, 1144977, 1144978, 1144981, 1144982, 1144983, 1144986, 1144987, 1144988, 1144989, 1144990, 1144991, 1144994, 1144995, 1144996, 1144999, 1145000, 1145001, 1145002, 1145003, 1145004, 1145007, 1145008, 1145009, 1145012, 1145013, 1145014, 1145015, 1145016, 1145017, 1145020, 1145021, 1145022, 1145025, 1145026, 1145027, 1145028, 1145029, 1145030, 1145033, 1145034, 1145035, 1145038, 1145039, 1145040, 1145041, 1145042, 1145043, 1145046, 1145047, 1145048, 1145051, 1145052, 1145053, 1145054, 1145055, 1145056, 1145059, 1145060, 1145061, 1472806, 1472807, 1472808, 1472809, 1472810, 1472811, 1472812, 1472813, 1472814, 1472815, 1472816, 1472817, 1472818, 1472819, 1472820, 1472821, 1472822, 1472823, 1472824, 1472825, 1472826, 1472827, 1472828, 1472829, 1472830, 1472831, 1472832, 1472833, 1472834, 1472835, 1472836, 1472837, 1472838, 1472839, 1472840, 1472841, 1472842, 1472843, 1472844, 1472845, 1472846, 1472847, 1472848, 1472849, 1472850, 1472851, 1472852, 1472853, 1472854, 1472855, 1472856, 1472857, 1472858, 1472859, 1472860, 1472861, 1472862, 1472863, 1472864, 1472865, 1472866, 1472867, 1472868, 1472869, 1472870, 1472871, 1472872, 1472873, 1472874, 1472875, 1472876, 1472877, 1472878, 1472879, 1472880, 1472881, 1472882, 1472883, 1472884, 1472885, 1472886, 1472887, 1472888, 1472889, 1472890, 1472891, 1472892, 1472893, 1472894, 1472895, 1472896, 1472897, 1472898, 1472899, 1472900, 1472901, 1472902, 1472903, 1472904, 1472905, 1472906, 1472907, 1472908, 1472909, 1472910, 1472911, 1472912, 1472913, 1472914, 1472915, 1472916, 1472917, 1472918, 1472919, 1472920, 1472921, 1472922, 1472923, 1472924, 1472925, 1472926, 1472927, 1472928, 1472929, 1472930, 1472931, 1472932, 1472933, 1472934, 1472935, 1472936, 1472937, 1472938, 1472939, 1472940, 1472941, 1472942, 1472943, 1472944, 1472945, 1472946, 1472947, 1472948, 1472949, 1472950, 1472951, 1472952, 1472953, 1472954, 1472955, 1472956, 1472957, 1472958, 1472959, 1472960, 1472961, 1472962, 1472963, 1472964, 1472965, 1472966, 1472967, 1472968, 1472969, 1472970, 1472971, 1472972, 1145064) AND il.`id_lang` = 1 ORDER by i.`position` |
0.656
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 19
ORDER BY f.position ASC |
0.654
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 74 |
0.654
ms
|
924 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.649
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.645
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 78
AND pac.`id_product_attribute` = 1447112
AND agl.`id_lang` = 1 |
0.643
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11
ORDER BY `position` |
0.641
ms
|
25 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 87 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1431417
AND cp.`id_cart` = 0 AND cp.`id_product` = 11 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1431417
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.640
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 107 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1431753
AND cp.`id_cart` = 0 AND cp.`id_product` = 15 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1431753
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.636
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.636
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.633
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
0.630
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 130
AND pac.`id_product_attribute` = 1472620
AND agl.`id_lang` = 1 |
0.629
ms
|
2 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1437638
AND cp.`id_cart` = 0 AND cp.`id_product` = 43 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1437638
AND cp.`id_cart` = 0 AND p.`id_product_item` = 43 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.628
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 93
AND pac.`id_product_attribute` = 1451039
AND agl.`id_lang` = 1 |
0.626
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.626
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 231 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 64 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 64 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.626
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 63
AND pac.`id_product_attribute` = 1442240
AND agl.`id_lang` = 1 |
0.623
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 161 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1434441
AND cp.`id_cart` = 0 AND cp.`id_product` = 30 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1434441
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.621
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 269 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1451039
AND cp.`id_cart` = 0 AND cp.`id_product` = 93 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1451039
AND cp.`id_cart` = 0 AND p.`id_product_item` = 93 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.615
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 46
AND pac.`id_product_attribute` = 1439950
AND agl.`id_lang` = 1 |
0.615
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11
AND pac.`id_product_attribute` = 1431417
AND agl.`id_lang` = 1 |
0.614
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1472816
AND cp.`id_cart` = 0 AND cp.`id_product` = 131 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1472816
AND cp.`id_cart` = 0 AND p.`id_product_item` = 131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.612
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 74
AND pac.`id_product_attribute` = 1446748
AND agl.`id_lang` = 1 |
0.611
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 46 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 46 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.610
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 42
AND pac.`id_product_attribute` = 1435874
AND agl.`id_lang` = 1 |
0.610
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 78
AND image_shop.`cover` = 1 LIMIT 1 |
0.610
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.609
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.609
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 128
AND pac.`id_product_attribute` = 1471517
AND agl.`id_lang` = 1 |
0.608
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
0.608
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 757 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM prstshp_wishlist w, prstshp_wishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.606
ms
|
275 |
|
|
/modules/tvcmswishlist/tvcmswishlist.php:278
/modules/tvcmswishlist/tvcmswishlist.php:230 (headerData)
/classes/Hook.php:1083 (hookdisplayNavWishlistBlocksticky)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402/53/96/4a/53964acb217592521c34d645a715e8b2c2f061b2_2.file.display_custom_social.tpl.php:35 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32881893ec66_88570540)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/tvcmscustomsetting/tvcmscustomsetting.php:3044 (display)
/classes/Hook.php:1083 (hookdisplayCustomsocialblock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 20
ORDER BY f.position ASC |
0.598
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 93 AND pa.`id_product` = 93 AND pa.`id_product_attribute` = 1451039 LIMIT 1 |
0.596
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.595
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
0.591
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.588
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 123 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 19 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.586
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 324 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1454147
AND cp.`id_cart` = 0 AND cp.`id_product` = 95 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1454147
AND cp.`id_cart` = 0 AND p.`id_product_item` = 95 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.585
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15
AND pac.`id_product_attribute` = 1431753
AND agl.`id_lang` = 1 |
0.584
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 20 AND id_shop=1 LIMIT 1 |
0.583
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 131
ORDER BY f.position ASC |
0.582
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 42 AND pa.`id_product` = 42 AND pa.`id_product_attribute` = 1435874 LIMIT 1 |
0.575
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 159 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 30 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 30 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.574
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 63 |
0.571
ms
|
384 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 306 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1446748
AND cp.`id_cart` = 0 AND cp.`id_product` = 74 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1446748
AND cp.`id_cart` = 0 AND p.`id_product_item` = 74 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.566
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 128
ORDER BY `position` |
0.566
ms
|
14 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.565
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
0.563
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.561
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.561
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
0.560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 93) AND (b.`id_shop` = 1) LIMIT 1 |
0.560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
0.557
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 126) AND (b.`id_shop` = 1) LIMIT 1 |
0.551
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.548
ms
|
141 |
|
|
/classes/module/Module.php:346
/modules/tvcmsblog/tvcmsblog.php:116 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:42 (getInstance)
|
| 310 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1446748) LIMIT 1 |
0.546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 46
AND image_shop.`cover` = 1 LIMIT 1 |
0.542
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 128) AND (b.`id_shop` = 1) LIMIT 1 |
0.541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
0.533
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 130) AND (b.`id_shop` = 1) LIMIT 1 |
0.525
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 56
ORDER BY f.position ASC |
0.524
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 93
ORDER BY f.position ASC |
0.523
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 396 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1471517
AND cp.`id_cart` = 0 AND cp.`id_product` = 128 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1471517
AND cp.`id_cart` = 0 AND p.`id_product_item` = 128 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.521
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 46
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.519
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 78
ORDER BY f.position ASC |
0.516
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
0.513
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 46
ORDER BY `position` |
0.513
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 376 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 126 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 126 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.512
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 78 |
0.511
ms
|
896 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 130
ORDER BY f.position ASC |
0.510
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1471517 LIMIT 1 |
0.508
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 63
ORDER BY f.position ASC |
0.507
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 93 AND `id_group` = 1 LIMIT 1 |
0.507
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 215 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1439950
AND cp.`id_cart` = 0 AND cp.`id_product` = 46 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1439950
AND cp.`id_cart` = 0 AND p.`id_product_item` = 46 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.506
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 43
ORDER BY f.position ASC |
0.505
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11
ORDER BY f.position ASC |
0.504
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 378 |
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1461052
AND cp.`id_cart` = 0 AND cp.`id_product` = 126 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1461052
AND cp.`id_cart` = 0 AND p.`id_product_item` = 126 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.501
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `prstshp_hook` |
0.501
ms
|
950 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:42 (getInstance)
|
| 455 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 42
ORDER BY `position` |
0.495
ms
|
10 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 30
ORDER BY `position` |
0.494
ms
|
11 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 43
ORDER BY `position` |
0.493
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM prstshp_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:303 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:41 (require)
|
| 314 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 95) AND (b.`id_shop` = 1) LIMIT 1 |
0.488
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7
ORDER BY f.position ASC |
0.485
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.485
ms
|
27 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 63
ORDER BY `position` |
0.484
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.483
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 30
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.480
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE 1 FROM prstshp_cart_product cp INNER JOIN prstshp_product p
ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.479
ms
|
1 |
|
|
/classes/Cart.php:4256
/classes/Cart.php:4231 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/c6/df/04/c6df04094c1345dce075f45f4069afe3c274079f_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878ee03d9_07163132)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/bd/47/cd/bd47cddd44ec77482d068fce845404486f9465a4_2.file.head.tpl.php:297 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/bd/47/cd/bd47cddd44ec77482d068fce845404486f9465a4_2.file.head.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e9c0c8_40544141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15
ORDER BY f.position ASC |
0.476
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 64
ORDER BY `position` |
0.475
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 42
ORDER BY f.position ASC |
0.473
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 56 |
0.467
ms
|
384 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 20
AND image_shop.`cover` = 1 LIMIT 1 |
0.464
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 56 AND pa.`id_product` = 56 AND pa.`id_product_attribute` = 1442044 LIMIT 1 |
0.463
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.463
ms
|
31 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 63
AND image_shop.`cover` = 1 LIMIT 1 |
0.462
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 126 AND `id_group` = 1 LIMIT 1 |
0.462
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 17, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-19 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-19 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.462
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 128
ORDER BY f.position ASC |
0.462
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 56
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.460
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.456
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1447112 |
0.456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM prstshp_shop_url su
LEFT JOIN prstshp_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.funkyfuton.co.uk' OR su.domain_ssl = 'www.funkyfuton.co.uk')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.455
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:41 (require)
|
| 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 prstshp_shop_group gs
LEFT JOIN prstshp_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN prstshp_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.453
ms
|
2 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:41 (require)
|
| 488 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 126
ORDER BY `position` |
0.448
ms
|
19 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 11
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.447
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 131
ORDER BY `position` |
0.444
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1454147 |
0.443
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a0
LEFT JOIN `prstshp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 23) AND (a0.`nright` > 24) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.443
ms
|
5 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 46
ORDER BY f.position ASC |
0.441
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 78
ORDER BY `position` |
0.439
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 56
ORDER BY `position` |
0.439
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 15 AND `id_group` = 1 LIMIT 1 |
0.436
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 95
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.435
ms
|
16 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 11
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.434
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 78 AND pa.`id_product` = 78 AND pa.`id_product_attribute` = 1447112 LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1433769 |
0.432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE data FROM prstshp_layered_filter_block WHERE hash="313cf48de7a189ca398944681e510af1" LIMIT 1 |
0.427
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:187
/modules/ps_facetedsearch/src/Product/SearchProvider.php:213 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 42) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.425
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 126
AND pac.`id_product_attribute` = 1461052
AND agl.`id_lang` = 1 |
0.424
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1447112 LIMIT 1 |
0.422
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1451039) LIMIT 1 |
0.422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7
AND image_shop.`cover` = 1 LIMIT 1 |
0.418
ms
|
31 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 78
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.411
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 19
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.411
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 78) AND (id_product_attribute = 1447112) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.410
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 126
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.410
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 95
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.409
ms
|
16 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 78 AND id_shop=1 LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 78) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.408
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 131) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.408
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 63 AND id_shop=1 LIMIT 1 |
0.406
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1442384
AND cp.`id_cart` = 0 AND cp.`id_product` = 64 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1442384
AND cp.`id_cart` = 0 AND p.`id_product_item` = 64 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.403
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.403
ms
|
39 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.399
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 43 AND pa.`id_product` = 43 AND pa.`id_product_attribute` = 1437638 LIMIT 1 |
0.395
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE * FROM `prstshp_currency` c ORDER BY `iso_code` ASC |
0.394
ms
|
2 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 753 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "tvcmswishlist" LIMIT 1 |
0.394
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tvcmscustomsetting/tvcmscustomsetting.php:3025 (isEnabled)
/classes/Hook.php:1083 (hookdisplayCustomsocialblock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 126
AND image_shop.`cover` = 1 LIMIT 1 |
0.392
ms
|
19 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 63 AND `id_group` = 1 LIMIT 1 |
0.391
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 74
ORDER BY f.position ASC |
0.391
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 130 AND pa.`id_product` = 130 AND pa.`id_product_attribute` = 1472620 LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 46
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.391
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.390
ms
|
141 |
|
|
/classes/module/Module.php:346
/modules/ps_socialfollow/ps_socialfollow.php:53 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 30
ORDER BY f.position ASC |
0.388
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.387
ms
|
27 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1430045) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15
AND image_shop.`cover` = 1 LIMIT 1 |
0.381
ms
|
31 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 131
AND image_shop.`cover` = 1 LIMIT 1 |
0.381
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.381
ms
|
27 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 30
AND image_shop.`cover` = 1 LIMIT 1 |
0.375
ms
|
11 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 63 AND pa.`id_product` = 63 AND pa.`id_product_attribute` = 1442240 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 11
AND image_shop.`cover` = 1 LIMIT 1 |
0.374
ms
|
25 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 95 AND pa.`id_product` = 95 AND pa.`id_product_attribute` = 1454147 LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1442240 LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 130
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.372
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.370
ms
|
27 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 93
AND image_shop.`cover` = 1 LIMIT 1 |
0.369
ms
|
14 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 74
AND image_shop.`cover` = 1 LIMIT 1 |
0.367
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 11 AND pa.`id_product` = 11 AND pa.`id_product_attribute` = 1431417 LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1442044) LIMIT 1 |
0.363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.363
ms
|
27 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1442384) LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.360
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1433769) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1439950) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1447112) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 668 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 95
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.359
ms
|
16 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 20
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.357
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 43
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.356
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 701 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 126
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.355
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 56
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.354
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 43
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.352
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1431753) LIMIT 1 |
0.352
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.350
ms
|
39 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1442240 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 30 AND pa.`id_product` = 30 AND pa.`id_product_attribute` = 1434441 LIMIT 1 |
0.349
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM prstshp_wishlist w, prstshp_wishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.348
ms
|
275 |
|
|
/modules/tvcmswishlist/tvcmswishlist.php:278
/modules/tvcmswishlist/tvcmswishlist.php:223 (headerData)
/classes/Hook.php:1083 (hookdisplayNavWishlistBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 7 AND id_shop=1 LIMIT 1 |
0.347
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `prstshp_hook_alias` |
0.346
ms
|
88 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:42 (getInstance)
|
| 560 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.345
ms
|
39 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.345
ms
|
27 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 131
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.345
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 128 AND `id_group` = 1 LIMIT 1 |
0.344
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 95
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.344
ms
|
16 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 56
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.344
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1434441) LIMIT 1 |
0.341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 19 AND id_shop=1 LIMIT 1 |
0.340
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1472816) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1472620) LIMIT 1 |
0.337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 42
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.336
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 43
AND image_shop.`cover` = 1 LIMIT 1 |
0.335
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 719 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 130
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.335
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1451039 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1442240) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 128 AND pa.`id_product` = 128 AND pa.`id_product_attribute` = 1471517 LIMIT 1 |
0.332
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 15 AND pa.`id_product` = 15 AND pa.`id_product_attribute` = 1431753 LIMIT 1 |
0.329
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM prstshp_shop s
LEFT JOIN prstshp_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.328
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:41 (require)
|
| 224 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1442384 LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 56
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.327
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 128
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.327
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.326
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1454147) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 43) AND (id_product_attribute = 1437638) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.324
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 20
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.324
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE *
FROM `prstshp_lang` a
LEFT JOIN `prstshp_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:41 (require)
|
| 629 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 64
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.323
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.321
ms
|
27 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 728 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 131
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.321
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE value FROM `prstshp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.318
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:41 (require)
|
| 498 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 131 |
0.318
ms
|
230 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 19 AND pa.`id_product` = 19 AND pa.`id_product_attribute` = 1433769 LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 95
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.317
ms
|
16 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 128
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.317
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 7 AND `id_group` = 1 LIMIT 1 |
0.316
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 128 AND id_shop=1 LIMIT 1 |
0.315
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 126
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.315
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 46
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.314
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 126
ORDER BY f.position ASC |
0.313
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 7 AND pa.`id_product` = 7 AND pa.`id_product_attribute` = 1430045 LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 128
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.311
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1435874) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.311
ms
|
39 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.310
ms
|
3 |
|
|
/classes/Category.php:2242
/classes/Category.php:1114 (getCategoriesWithoutParent)
/classes/Category.php:806 (getRootCategory)
/modules/tvcmssearch/tvcmssearch.php:100 (getNestedCategories)
/modules/tvcmssearch/tvcmssearch.php:211 (getAllCategories)
/classes/Hook.php:1083 (hookdisplayNavSearchBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 130
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.309
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1446748 LIMIT 1 |
0.309
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 19
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.309
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 46 AND pa.`id_product` = 46 AND pa.`id_product_attribute` = 1439950 LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 130
AND image_shop.`cover` = 1 LIMIT 1 |
0.307
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.307
ms
|
39 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 15
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.306
ms
|
39 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 95
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.306
ms
|
16 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1435874 LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 130
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.306
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 130
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.305
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.304
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 7
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.302
ms
|
27 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 43
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.301
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 95
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.301
ms
|
16 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 74 AND pa.`id_product` = 74 AND pa.`id_product_attribute` = 1446748 LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 7 AND `validate` = 1 LIMIT 1 |
0.300
ms
|
27 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 43) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.299
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1434105 LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 95
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.298
ms
|
16 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 63
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.297
ms
|
5 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 17
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.297
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5983 (getTaxCalculator)
/classes/Product.php:5875 (getTaxesInformations)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1471517) LIMIT 1 |
0.297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 1431753) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.296
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 750 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
0.295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:405 (getCategoryLink)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 693 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 56
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.294
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 56
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.293
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
0.293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:405 (getCategoryLink)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1472816 LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 30
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.292
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 64 AND pa.`id_product` = 64 AND pa.`id_product_attribute` = 1442384 LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 95
AND image_shop.`cover` = 1 LIMIT 1 |
0.290
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:405 (getCategoryLink)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 56) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:691 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 126) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1439950 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1431417) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 43
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.287
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 42
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.286
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 30
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.286
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 130
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.286
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 78 AND `id_group` = 1 LIMIT 1 |
0.285
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE `id_category`
FROM `prstshp_category_shop`
WHERE `id_category` = 17
AND `id_shop` = 1 LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM prstshp_wishlist w, prstshp_wishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.284
ms
|
275 |
|
|
/modules/tvcmswishlist/tvcmswishlist.php:278
/modules/tvcmswishlist/tvcmswishlist.php:223 (headerData)
/classes/Hook.php:1083 (hookdisplayNavWishlistBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 686 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 56
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.284
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 126 AND pa.`id_product` = 126 AND pa.`id_product_attribute` = 1461052 LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 64
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.283
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 126
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.281
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.278
ms
|
12 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1617 (getNoPictureImage)
/classes/controller/FrontController.php:1743 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1431753 LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1430045 |
0.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 74
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.278
ms
|
8 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 128
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.278
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 739 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) LIMIT 1 |
0.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 752 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.278
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:405 (getCategoryLink)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 1454147) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 689 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 56
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.277
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 15 AND id_shop=1 LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 126
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.276
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 747 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
0.276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:405 (getCategoryLink)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_cart_rule` WHERE ((date_to >= "2026-06-19 00:00:00" AND date_to <= "2026-06-19 23:59:59") OR (date_from >= "2026-06-19 00:00:00" AND date_from <= "2026-06-19 23:59:59") OR (date_from < "2026-06-19 00:00:00" AND date_to > "2026-06-19 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.276
ms
|
2 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/c6/df/04/c6df04094c1345dce075f45f4069afe3c274079f_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878ee03d9_07163132)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/bd/47/cd/bd47cddd44ec77482d068fce845404486f9465a4_2.file.head.tpl.php:297 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/bd/47/cd/bd47cddd44ec77482d068fce845404486f9465a4_2.file.head.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e9c0c8_40544141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 131
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.276
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 731 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 20 AND pa.`id_product` = 20 AND pa.`id_product_attribute` = 1434105 LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1430045 LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 126
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.275
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE `name`
FROM `prstshp_hook`
WHERE `id_hook` = 10 LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:917 (getNameById)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 63) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 56
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.274
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 730 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 17 LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 128
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.271
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 11
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.270
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 19
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 128
AND image_shop.`cover` = 1 LIMIT 1 |
0.269
ms
|
14 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 42 AND id_shop=1 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1700 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1423 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1439950 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_cart_rule` WHERE ((date_to >= "2026-06-19 00:00:00" AND date_to <= "2026-06-19 23:59:59") OR (date_from >= "2026-06-19 00:00:00" AND date_from <= "2026-06-19 23:59:59") OR (date_from < "2026-06-19 00:00:00" AND date_to > "2026-06-19 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.266
ms
|
2 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3464 (getDeliveryOptionList)
/classes/Cart.php:3537 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/c6/df/04/c6df04094c1345dce075f45f4069afe3c274079f_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878ee03d9_07163132)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/bd/47/cd/bd47cddd44ec77482d068fce845404486f9465a4_2.file.head.tpl.php:297 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/bd/47/cd/bd47cddd44ec77482d068fce845404486f9465a4_2.file.head.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e9c0c8_40544141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:102 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1434441 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.264
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 46
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.264
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `prstshp_lang` l
LEFT JOIN `prstshp_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.264
ms
|
2 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:41 (require)
|
| 393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 128) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 42
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.263
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 56 AND id_shop=1 LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE main.*, ll.*
FROM prstshp_tvcmsmegamenu_shop main
LEFT JOIN `prstshp_tvcmsmegamenu_lang` ll ON (ll.`id_tvcmsmegamenu` = main.`id_tvcmsmegamenu` AND main.`id_shop` = ll.`id_shop`)
WHERE main.active = 1 AND ll.id_shop = 1 AND ll.id_lang=1 ORDER BY main.position ASC, main.id_tvcmsmegamenu ASC |
0.261
ms
|
12 |
Yes
|
|
/modules/tvcmsmegamenu/classes/tvcmsmegamenuclass.php:265
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1387 (getMenus)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 43
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.261
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 700 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 126
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.261
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 95 AND `validate` = 1 LIMIT 1 |
0.260
ms
|
16 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 11) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.259
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 19
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.258
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 93
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 128
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.257
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE *
FROM `prstshp_group_lang`
WHERE `id_group` = 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 23 AND c.`nright` >= 24 AND c.`nleft` >= 2 AND c.`nright` <= 31 ORDER BY `nleft` DESC |
0.256
ms
|
5 |
Yes
|
|
/classes/Category.php:1600
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 64
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.256
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 733 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 130
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.256
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) LIMIT 1 |
0.254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1461052 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 20
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.253
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE * FROM `prstshp_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.252
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 17) LIMIT 1 |
0.252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 11 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5669 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1472620 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 11
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.252
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 20
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.252
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 42
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.252
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 126
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.252
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 64
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 30
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.251
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 63
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.251
ms
|
5 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1437638 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1471517 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 93
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.250
ms
|
12 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 1433769) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 63
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.249
ms
|
5 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 43 AND id_shop=1 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM prstshp_category_group ctg
WHERE ctg.`id_category` = 17 AND ctg.`id_group` = 1 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 128
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.247
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1434105 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 64
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.246
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 745 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 30) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1437638 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE `id_category`
FROM `prstshp_category_shop`
WHERE `id_category` = 17
AND `id_shop` = 1 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 46 AND id_shop=1 LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 74 AND id_shop=1 LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 19
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.241
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 43
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.241
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE name, alias FROM `prstshp_hook_alias` |
0.240
ms
|
88 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:42 (getInstance)
|
| 614 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 46
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.240
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 130) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1734 (getMetaByPage)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1423 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 64) AND (id_product_attribute = 1442384) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 56 AND `id_group` = 1 LIMIT 1 |
0.237
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 20) AND (id_product_attribute = 1434105) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 78
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.236
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 74
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.236
ms
|
8 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 749 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1 |
0.236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 11) AND (id_product_attribute = 1431417) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 131
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.234
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 130 AND `validate` = 1 LIMIT 1 |
0.233
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 46) AND (id_product_attribute = 1439950) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1454147 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 93
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.232
ms
|
12 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1435874 |
0.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 126 AND id_shop=1 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 131) AND (id_product_attribute = 1472816) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 748 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) LIMIT 1 |
0.230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 30
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.229
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:41 (require)
|
| 82 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 11 AND `id_group` = 1 LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 20
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.226
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 63
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.226
ms
|
5 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 43
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.225
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 751 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) LIMIT 1 |
0.225
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5669 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 126 AND `validate` = 1 LIMIT 1 |
0.224
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 19
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.222
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `prstshp_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:41 (require)
|
| 166 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1434441 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 130 AND id_shop=1 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 42) AND (id_product_attribute = 1435874) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 754 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 187 AND `id_shop` = 1 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tvcmscustomsetting/tvcmscustomsetting.php:3025 (isEnabled)
/classes/Hook.php:1083 (hookdisplayCustomsocialblock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 128) AND (id_product_attribute = 1471517) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 131
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 20
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.218
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 20 AND `id_group` = 1 LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 30) AND (id_product_attribute = 1434441) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 11
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.217
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE *
FROM `prstshp_country_lang`
WHERE `id_country` = 17 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1431417 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 56) AND (id_product_attribute = 1442044) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_facetedsearch" LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tvcmsinfinitescroll/tvcmsinfinitescroll.php:266 (isEnabled)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 11
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.216
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 64
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.216
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 63
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.216
ms
|
5 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 15
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 43 AND `id_group` = 1 LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 20
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1431417 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 74
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.214
ms
|
8 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 11 AND id_shop=1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 746 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE *
FROM `prstshp_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:41 (require)
|
| 403 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1461052) LIMIT 1 |
0.212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` |
0.211
ms
|
12 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:401 (__construct)
/modules/tvcmsfootercategory/tvcmsfootercategory.php:443 (getFooterCategoryResult)
/classes/Hook.php:1083 (hookdisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 11 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 46 AND `validate` = 1 LIMIT 1 |
0.210
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1434105) LIMIT 1 |
0.209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 46
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.209
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1442044 |
0.209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 19 AND `id_group` = 1 LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 17 LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 659 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 74
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.207
ms
|
8 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 7
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 56 AND `validate` = 1 LIMIT 1 |
0.205
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 131
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.205
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 42
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 126) AND (id_product_attribute = 1461052) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 42
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.203
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 64
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 78
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 74
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 131
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `prstshp_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/Cart.php:1303
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/prod/smarty/compile/v1_dreamsoft_402/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:26 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328818761268_34754182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:41 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `prstshp_currency_lang`
WHERE `id_currency` = 2 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:691 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 1 AND mr.`active` = 1 |
0.197
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1329 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_brandlist" LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 46) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 15 AND `validate` = 1 LIMIT 1 |
0.196
ms
|
39 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1461052 |
0.194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 30 AND `validate` = 1 LIMIT 1 |
0.194
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 43 AND `validate` = 1 LIMIT 1 |
0.193
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 64
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.193
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 732 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 131 AND `id_shop` = 1 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 78
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.191
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 30
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 42
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.190
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_supplierlist" LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 11
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.187
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 74) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 128
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 74
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.186
ms
|
8 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 727 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 131
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.186
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 30
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.185
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 146 AND `id_shop` = 1 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 42 AND `id_group` = 1 LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 130
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 756 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 175 AND `id_shop` = 1 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tvcmscustomsetting/tvcmscustomsetting.php:3032 (isEnabled)
/classes/Hook.php:1083 (hookdisplayCustomsocialblock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:806 (getRootCategory)
/modules/tvcmssearch/tvcmssearch.php:100 (getNestedCategories)
/modules/tvcmssearch/tvcmssearch.php:211 (getAllCategories)
/classes/Hook.php:1083 (hookdisplayNavSearchBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 726 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 131
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.178
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1659 (isEnabled)
/classes/controller/FrontController.php:1803 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE format
FROM `prstshp_address_format`
WHERE `id_country` = 17 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1446748 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 131 AND `validate` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 10 AND mr.`active` = 1 |
0.173
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1329 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 43
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 46
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 74
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
8 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:45 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 74
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.170
ms
|
8 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 42
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.169
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 19
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.168
ms
|
2 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 46
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.167
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 46
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.167
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 93
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.167
ms
|
12 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Tools.php:700 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM prstshp_required_field |
0.163
ms
|
1 |
|
|
/classes/ObjectModel.php:1595
/classes/ObjectModel.php:1627 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1558 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 755 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "tvcmsproductcompare" LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tvcmscustomsetting/tvcmscustomsetting.php:3032 (isEnabled)
/classes/Hook.php:1083 (hookdisplayCustomsocialblock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/14/25/39/1425397c23b133c163402f295af05ea0f48a1131_2.file.footer-5.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887922a917_18709398)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/b0/11/92/b01192d2f4abe81e363f38aefbb18ea0f56e500c_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887921f0e7_71585004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:85 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 11
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.162
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 130 AND `id_group` = 1 LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 63
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.161
ms
|
5 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 63
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.159
ms
|
5 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 718 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 130
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 30
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.158
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:37 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.152
ms
|
9 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 95
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 1 AND mr.`active` = 1 |
0.151
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1328 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 0 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 11 AND `validate` = 1 LIMIT 1 |
0.150
ms
|
4 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 64
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.150
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 93
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.150
ms
|
12 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 17 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 13 AND mr.`active` = 1 |
0.149
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1329 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 17 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5669 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 46 AND `id_group` = 1 LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `prstshp_currency` c
LEFT JOIN prstshp_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.148
ms
|
2 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:123 (isMultiCurrencyActivated)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 78
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.148
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 74 AND `validate` = 1 LIMIT 1 |
0.148
ms
|
8 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 64 AND `validate` = 1 LIMIT 1 |
0.147
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 2 AND mr.`active` = 1 |
0.146
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1328 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.144
ms
|
2 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 93
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.143
ms
|
12 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 74 AND `id_group` = 1 LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 42 AND `validate` = 1 LIMIT 1 |
0.141
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 74
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.140
ms
|
8 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 93
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.139
ms
|
12 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "tvcmsinfinitescroll_quick_view" LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tvcmsinfinitescroll/tvcmsinfinitescroll.php:267 (isEnabled)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 20
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.134
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 78
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 78
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/af/16/d1/af16d1df148d2785cf1001f67659bf06d07fc515_2.file.product-catelog-view.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887913ddd5_50911125)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 78
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.132
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `to` BETWEEN '2026-06-19 00:00:00' AND '2026-06-19 23:59:59' LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `prstshp_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 134 AND `id_shop` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:37 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 198 AND `id_shop` = 1 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tvcmsinfinitescroll/tvcmsinfinitescroll.php:266 (isEnabled)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 2 AND mr.`active` = 1 |
0.129
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1329 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 63
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.128
ms
|
5 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `from` BETWEEN '2026-06-19 00:00:00' AND '2026-06-19 23:59:59' LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 11
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 8 AND mr.`active` = 1 |
0.127
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1328 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 93
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.126
ms
|
12 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/de/20/9f/de209f1bdc52cb6c5d5eb9c2cb056279b2fbb5a1_2.file.product-grid-view2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790d9542_44207709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:52 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 20 AND `validate` = 1 LIMIT 1 |
0.124
ms
|
3 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 93
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.122
ms
|
12 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:212
/modules/tvcmsproductcomments/tvcmsproductcomments.php:934 (getRatings)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `prstshp_tvcmsproduct_comment` pc
WHERE pc.`id_product` = 78
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:224
/modules/tvcmsproductcomments/tvcmsproductcomments.php:928 (getAverageGrade)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a7/59/b3/a759b399b7f3f593f71e61de7565e04c3ea924da_2.file.product-list-view.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887910df40_21943427)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `prstshp_specific_price` WHERE `id_product` != 0 |
0.114
ms
|
9 |
|
|
/classes/SpecificPrice.php:310
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 93 AND `validate` = 1 LIMIT 1 |
0.110
ms
|
12 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 136 AND `id_shop` = 1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 147 AND `id_shop` = 1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 63 AND `validate` = 1 LIMIT 1 |
0.106
ms
|
5 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE COUNT(`id_tvcmsproduct_comment`) AS "nbr"
FROM `prstshp_tvcmsproduct_comment` pc
WHERE `id_product` = 78 AND `validate` = 1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/modules/tvcmsproductcomments/tvcmsproductcomment.php:272
/modules/tvcmsproductcomments/tvcmsproductcomments.php:935 (getCommentNumber)
/classes/Hook.php:1083 (hookdisplayReviewProductList)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/ee/8a/78/ee8a78f10910b1b6e1723ca8510a51b43fcfc714_2.file.product-grid-view.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790a38a7_39303553)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/18/d2/81/18d28168be512d858ba6b5e6d45acd2a8e2436b7_2.file.product.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a32887907ce05_11269508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/be/59/00/be59003670b49446cf2467ac19dcbadc79bdd958_2.file.products.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3288790718b2_42425909)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:130 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 133 AND `id_shop` = 1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:45 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1659 (isEnabled)
/classes/controller/FrontController.php:1803 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 191 AND `id_shop` = 1 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 12 AND mr.`active` = 1 |
0.100
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1328 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 11 AND mr.`active` = 1 |
0.097
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1328 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 11 AND mr.`active` = 1 |
0.097
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1329 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/tvcmsinfinitescroll/tvcmsinfinitescroll.php:267 (isEnabled)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 192 AND `id_shop` = 1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 12 AND mr.`active` = 1 |
0.093
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1329 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 10 AND mr.`active` = 1 |
0.088
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1328 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:41 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 13 AND mr.`active` = 1 |
0.082
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1328 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 17 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:45 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 135 AND `id_shop` = 1 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 8 AND mr.`active` = 1 |
0.078
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1329 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 9 AND mr.`active` = 1 |
0.073
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1328 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE mr.*
FROM prstshp_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 9 AND mr.`active` = 1 |
0.069
ms
|
8 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1204
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1329 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1364 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:43 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 137 AND `id_shop` = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/1b/c4/2b/1bc42beab571a5d68f9c992c08565433626e8110_2.file.desk-header-7.tpl.php:41 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f241d4_20061115)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/35/25/cb/3525cb00ec6c42f4a45e7b606b135f5d461980ee_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f174f1_05833238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/a9/80/56/a98056af63360ce71dbb89daa6f700e18464b561_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878f0f870_51280983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/32/68/10/326810bc2f487ce0aa0d777627ed0312a0f5c448_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e7a4d3_82251262)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/63/ef/f8/63eff887c99dbc213ad5a2a7d3b1d607014e765a_2.file.layout-left-column.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e57216_36626336)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/40/38/6e/40386ec213a987ddb130863830ffd5d9e0eebd68_2.file.product-list.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e4c573_55135684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_dreamsoft_402layouts_layout_left_column_tpl/fb/67/37/fb673779ff0d415315d7b0865bcd0e136bfbda0e_2.file.category.tpl.php:29 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a328878e37c20_66441617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:42 (dispatch)
|