68 |
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c 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, cp.position FROM asc1_product p LEFT JOIN asc1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN asc1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN asc1_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 asc1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN asc1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN asc1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN asc1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN asc1_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=1579 GROUP BY p.id_product) p GROUP BY p.id_manufacturer |
2722
ms
|
7990393321 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
61 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `asc1_feature` f INNER JOIN asc1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `asc1_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `asc1_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `asc1_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC |
75.223
ms
|
4405 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
70 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `asc1_feature_value` v LEFT JOIN `asc1_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 4) LEFT JOIN `asc1_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 5 ORDER BY vl.`value` ASC |
15.524
ms
|
2790 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
62 |
SELECT SQL_NO_CACHE *
FROM `asc1_category` a
LEFT JOIN `asc1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
14.600
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
77 |
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 `asc1_hook_module` hm
STRAIGHT_JOIN `asc1_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `asc1_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
14.413
ms
|
346 |
|
|
/classes/Hook.php:505
/classes/Hook.php:554 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3642 (getManager)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
33 |
SELECT SQL_NO_CACHE *
FROM `asc1_category` a
LEFT JOIN `asc1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `asc1_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 |
10.732
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/controllers/front/listing/CategoryController.php:89 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
17 |
SELECT SQL_NO_CACHE * FROM `asc1_currency` c ORDER BY `iso_code` ASC |
9.550
ms
|
2 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:89 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
69 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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, cp.position FROM asc1_product p LEFT JOIN asc1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN asc1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN asc1_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 asc1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN asc1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN asc1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN asc1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN asc1_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (117, 123, 126, 73) AND c.nleft>=2 AND c.nright<=1579 GROUP BY p.id_product) p INNER JOIN asc1_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=5)) GROUP BY fp.id_feature_value |
8.989
ms
|
274576 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
42 |
SELECT SQL_NO_CACHE *
FROM `asc1_category` a
LEFT JOIN `asc1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `asc1_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 |
8.902
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/classes/Link.php:1179 (getCategoryLink)
/classes/controller/FrontController.php:2115 (getLanguageLink)
/classes/controller/FrontController.php:1534 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
64 |
SELECT SQL_NO_CACHE p.id_product 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, cp.position FROM asc1_product p LEFT JOIN asc1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN asc1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN asc1_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 asc1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN asc1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN asc1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN asc1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN asc1_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (117, 123, 126, 73) AND c.nleft>=2 AND c.nright<=1579 GROUP BY p.id_product) p INNER JOIN asc1_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
7.825
ms
|
274576 |
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:186 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
176 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `asc1_category` c
INNER JOIN asc1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `asc1_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `asc1_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `asc1_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 4
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 |
5.879
ms
|
790 |
Yes
|
Yes
|
/classes/Category.php:785
/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:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
67 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `asc1_manufacturer` m INNER JOIN asc1_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `asc1_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 4)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
5.443
ms
|
273 |
Yes
|
|
/classes/Manufacturer.php:195
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
65 |
SELECT SQL_NO_CACHE data FROM asc1_layered_filter_block WHERE hash="34503a259028173f27df20ed7c2b529f" LIMIT 1 |
5.292
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:185
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
63 |
SELECT SQL_NO_CACHE *
FROM `asc1_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
4.374
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
66 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM asc1_product p INNER JOIN asc1_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 2 AND psi.id_country = 19) INNER JOIN asc1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN asc1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN asc1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN asc1_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (117, 123, 126, 73) AND c.nleft>=2 AND c.nright<=1579 |
3.104
ms
|
524 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
36 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `asc1_category` c
INNER JOIN asc1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `asc1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 4 AND cl.id_shop = 1 )
LEFT JOIN `asc1_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
3.059
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:916
/controllers/front/listing/CategoryController.php:276 (getSubCategories)
/controllers/front/listing/CategoryController.php:160 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
71 |
REPLACE INTO asc1_layered_filter_block (hash, data) VALUES ("34503a259028173f27df20ed7c2b529f", "a:1:{s:7:\"filters\";a:3:{i:0;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Prezzo\";s:3:\"max\";d:3375;s:3:\"min\";d:14;s:4:\"unit\";s:3:\"CHF\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"CHF\";s:14:\"currencySymbol\";s:3:\"CHF\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:1;s:17:\"minFractionDigits\";i:1;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:176;s:5:\"value\";N;}i:1;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marca\";s:6:\"values\";a:226:{i:3;a:2:{s:4:\"name\";s:6:\"Lenovo\";s:3:\"nbr\";i:9345;}i:4;a:2:{s:4:\"name\";s:5:\"Xerox\";s:3:\"nbr\";i:8;}i:5;a:2:{s:4:\"name\";s:2:\"HP\";s:3:\"nbr\";i:3846;}i:6;a:2:{s:4:\"name\";s:4:\"Dell\";s:3:\"nbr\";i:3521;}i:7;a:2:{s:4:\"name\";s:26:\"Hewlett Packard Enterprise\";s:3:\"nbr\";i:4577;}i:8;a:2:{s:4:\"name\";s:5:\"Canon\";s:3:\"nbr\";i:74;}i:9;a:2:{s:4:\"name\";s:3:\"IBM\";s:3:\"nbr\";i:127;}i:10;a:2:{s:4:\"name\";s:8:\"Vivolink\";s:3:\"nbr\";i:706;}i:11;a:2:{s:4:\"name\";s:4:\"Asus\";s:3:\"nbr\";i:2496;}i:12;a:2:{s:4:\"name\";s:4:\"Acer\";s:3:\"nbr\";i:5553;}i:13;a:2:{s:4:\"name\";s:12:\"MicroConnect\";s:3:\"nbr\";i:2988;}i:14;a:2:{s:4:\"name\";s:7:\"Kyocera\";s:3:\"nbr\";i:41;}i:15;a:2:{s:4:\"name\";s:3:\"OKI\";s:3:\"nbr\";i:96;}i:16;a:2:{s:4:\"name\";s:7:\"Samsung\";s:3:\"nbr\";i:315;}i:17;a:2:{s:4:\"name\";s:7:\"Lexmark\";s:3:\"nbr\";i:97;}i:18;a:2:{s:4:\"name\";s:12:\"TallyGenicom\";s:3:\"nbr\";i:2;}i:19;a:2:{s:4:\"name\";s:7:\"Toshiba\";s:3:\"nbr\";i:381;}i:21;a:2:{s:4:\"name\";s:5:\"Epson\";s:3:\"nbr\";i:108;}i:22;a:2:{s:4:\"name\";s:4:\"Sony\";s:3:\"nbr\";i:74;}i:23;a:2:{s:4:\"name\";s:9:\"CoreParts\";s:3:\"nbr\";i:4036;}i:24;a:2:{s:4:\"name\";s:6:\"eSTUFF\";s:3:\"nbr\";i:879;}i:25;a:2:{s:4:\"name\";s:7:\"Lanview\";s:3:\"nbr\";i:774;}i:26;a:2:{s:4:\"name\";s:7:\"Brother\";s:3:\"nbr\";i:35;}i:28;a:2:{s:4:\"name\";s:7:\"Fujitsu\";s:3:\"nbr\";i:593;}i:29;a:2:{s:4:\"name\";s:9:\"Panasonic\";s:3:\"nbr\";i:39;}i:30;a:2:{s:4:\"name\";s:14:\"Origin Storage\";s:3:\"nbr\";i:56;}i:31;a:2:{s:4:\"name\";s:5:\"Ricoh\";s:3:\"nbr\";i:17;}i:32;a:2:{s:4:\"name\";s:6:\"NetApp\";s:3:\"nbr\";i:7;}i:33;a:2:{s:4:\"name\";s:15:\"Western Digital\";s:3:\"nbr\";i:1069;}i:34;a:2:{s:4:\"name\";s:7:\"Brocade\";s:3:\"nbr\";i:10;}i:35;a:2:{s:4:\"name\";s:5:\"Intel\";s:3:\"nbr\";i:1687;}i:36;a:2:{s:4:\"name\";s:10:\"Supermicro\";s:3:\"nbr\";i:66;}i:37;a:2:{s:4:\"name\";s:14:\"Konica Minolta\";s:3:\"nbr\";i:14;}i:38;a:2:{s:4:\"name\";s:7:\"Hitachi\";s:3:\"nbr\";i:42;}i:40;a:2:{s:4:\"name\";s:5:\"Lindy\";s:3:\"nbr\";i:2016;}i:41;a:2:{s:4:\"name\";s:7:\"Juniper\";s:3:\"nbr\";i:21;}i:42;a:2:{s:4:\"name\";s:6:\"Huawei\";s:3:\"nbr\";i:21;}i:43;a:2:{s:4:\"name\";s:3:\"APC\";s:3:\"nbr\";i:36;}i:44;a:2:{s:4:\"name\";s:5:\"Cisco\";s:3:\"nbr\";i:19;}i:45;a:2:{s:4:\"name\";s:6:\"Arista\";s:3:\"nbr\";i:8;}i:46;a:2:{s:4:\"name\";s:7:\"Seagate\";s:3:\"nbr\";i:1044;}i:47;a:2:{s:4:\"name\";s:8:\"I.R.I.S.\";s:3:\"nbr\";i:16;}i:48;a:2:{s:4:\"name\";s:7:\"Sandisk\";s:3:\"nbr\";i:2;}i:49;a:2:{s:4:\"name\";s:4:\"HGST\";s:3:\"nbr\";i:651;}i:50;a:2:{s:4:\"name\";s:6:\"Micron\";s:3:\"nbr\";i:12;}i:51;a:2:{s:4:\"name\";s:6:\"Emulex\";s:3:\"nbr\";i:2;}i:53;a:2:{s:4:\"name\";s:8:\"Broadcom\";s:3:\"nbr\";i:74;}i:54;a:2:{s:4:\"name\";s:6:\"Noname\";s:3:\"nbr\";i:3;}i:55;a:2:{s:4:\"name\";s:3:\"AMD\";s:3:\"nbr\";i:92;}i:56;a:2:{s:4:\"name\";s:8:\"Kingston\";s:3:\"nbr\";i:8;}i:57;a:2:{s:4:\"name\";s:6:\"NVIDIA\";s:3:\"nbr\";i:188;}i:59;a:2:{s:4:\"name\";s:5:\"Hynix\";s:3:\"nbr\";i:19;}i:61;a:2:{s:4:\"name\";s:3:\"ACT\";s:3:\"nbr\";i:6;}i:62;a:2:{s:4:\"name\";s:9:\"Dell Wyse\";s:3:\"nbr\";i:4;}i:63;a:2:{s:4:\"name\";s:8:\"SK Hynix\";s:3:\"nbr\";i:2;}i:64;a:2:{s:4:\"name\";s:6:\"InLine\";s:3:\"nbr\";i:2;}i:66;a:2:{s:4:\"name\";s:10:\"Printronix\";s:3:\"nbr\";i:3;}i:67;a:2:{s:4:\"name\";s:5:\"Jabra\";s:3:\"nbr\";i:643;}i:68;a:2:{s:4:\"name\";s:8:\"Verbatim\";s:3:\"nbr\";i:360;}i:69;a:2:{s:4:\"name\";s:6:\"Vertiv\";s:3:\"nbr\";i:1382;}i:70;a:2:{s:4:\"name\";s:6:\"Umates\";s:3:\"nbr\";i:25;}i:71;a:2:{s:4:\"name\";s:16:\"Extreme Networks\";s:3:\"nbr\";i:1;}i:72;a:2:{s:4:\"name\";s:10:\"Kensington\";s:3:\"nbr\";i:409;}i:73;a:3:{s:4:\"name\";s:5:\"Leitz\";s:3:\"nbr\";i:72;s:7:\"checked\";b:1;}i:74;a:2:{s:4:\"name\";s:8:\"Bachmann\";s:3:\"nbr\";i:1594;}i:75;a:2:{s:4:\"name\";s:7:\"Esselte\";s:3:\"nbr\";i:12;}i:76;a:2:{s:4:\"name\";s:16:\"Cambium Networks\";s:3:\"nbr\";i:1594;}i:77;a:2:{s:4:\"name\";s:3:\"SMS\";s:3:\"nbr\";i:536;}i:78;a:2:{s:4:\"name\";s:17:\"Panorama Antennas\";s:3:\"nbr\";i:309;}i:79;a:2:{s:4:\"name\";s:4:\"Aten\";s:3:\"nbr\";i:1028;}i:80;a:2:{s:4:\"name\";s:7:\"TP-Link\";s:3:\"nbr\";i:179;}i:81;a:2:{s:4:\"name\";s:5:\"Omada\";s:3:\"nbr\";i:29;}i:82;a:2:{s:4:\"name\";s:6:\"Ekahau\";s:3:\"nbr\";i:11;}i:83;a:2:{s:4:\"name\";s:9:\"Black Box\";s:3:\"nbr\";i:3313;}i:84;a:2:{s:4:\"name\";s:3:\"DMT\";s:3:\"nbr\";i:65;}i:85;a:2:{s:4:\"name\";s:7:\"Philips\";s:3:\"nbr\";i:111;}i:86;a:2:{s:4:\"name\";s:10:\"Compulocks\";s:3:\"nbr\";i:606;}i:87;a:2:{s:4:\"name\";s:6:\"Planet\";s:3:\"nbr\";i:821;}i:88;a:2:{s:4:\"name\";s:8:\"Ubiquiti\";s:3:\"nbr\";i:897;}i:89;a:2:{s:4:\"name\";s:5:\"Evoko\";s:3:\"nbr\";i:18;}i:90;a:2:{s:4:\"name\";s:18:\"SMART Technologies\";s:3:\"nbr\";i:2;}i:91;a:2:{s:4:\"name\";s:6:\"Ventev\";s:3:\"nbr\";i:818;}i:92;a:2:{s:4:\"name\";s:5:\"Rexel\";s:3:\"nbr\";i:12;}i:93;a:2:{s:4:\"name\";s:7:\"Adaptec\";s:3:\"nbr\";i:50;}i:94;a:2:{s:4:\"name\";s:2:\"GP\";s:3:\"nbr\";i:128;}i:95;a:2:{s:4:\"name\";s:7:\"Freecom\";s:3:\"nbr\";i:4;}i:96;a:2:{s:4:\"name\";s:12:\"G-Technology\";s:3:\"nbr\";i:7;}i:97;a:2:{s:4:\"name\";s:11:\"PowerWalker\";s:3:\"nbr\";i:655;}i:98;a:2:{s:4:\"name\";s:8:\"Projecta\";s:3:\"nbr\";i:4;}i:99;a:2:{s:4:\"name\";s:6:\"Kuando\";s:3:\"nbr\";i:3;}i:100;a:2:{s:4:\"name\";s:7:\"Danfoss\";s:3:\"nbr\";i:38;}i:101;a:2:{s:4:\"name\";s:3:\"MSI\";s:3:\"nbr\";i:1018;}i:102;a:2:{s:4:\"name\";s:11:\"HUAWEI eKit\";s:3:\"nbr\";i:87;}i:103;a:2:{s:4:\"name\";s:3:\"GBC\";s:3:\"nbr\";i:17;}i:104;a:2:{s:4:\"name\";s:7:\"Olympus\";s:3:\"nbr\";i:32;}i:105;a:2:{s:4:\"name\";s:9:\"Grandview\";s:3:\"nbr\";i:159;}i:106;a:2:{s:4:\"name\";s:6:\"Roline\";s:3:\"nbr\";i:2;}i:107;a:2:{s:4:\"name\";s:9:\"AgfaPhoto\";s:3:\"nbr\";i:1;}i:108;a:2:{s:4:\"name\";s:12:\"Raspberry Pi\";s:3:\"nbr\";i:7;}i:109;a:2:{s:4:\"name\";s:7:\"Yealink\";s:3:\"nbr\";i:500;}i:110;a:2:{s:4:\"name\";s:11:\"Rain Design\";s:3:\"nbr\";i:24;}i:111;a:2:{s:4:\"name\";s:5:\"Speck\";s:3:\"nbr\";i:13;}i:113;a:2:{s:4:\"name\";s:7:\"Whoosh!\";s:3:\"nbr\";i:12;}i:114;a:2:{s:4:\"name\";s:7:\"Vogel\'s\";s:3:\"nbr\";i:30;}i:115;a:2:{s:4:\"name\";s:10:\"QuWireless\";s:3:\"nbr\";i:82;}i:116;a:2:{s:4:\"name\";s:5:\"Barox\";s:3:\"nbr\";i:136;}i:117;a:3:{s:4:\"name\";s:5:\"ADATA\";s:3:\"nbr\";i:78;s:7:\"checked\";b:1;}i:118;a:2:{s:4:\"name\";s:6:\"Targus\";s:3:\"nbr\";i:249;}i:119;a:2:{s:4:\"name\";s:8:\"MikroTik\";s:3:\"nbr\";i:5;}i:120;a:2:{s:4:\"name\";s:8:\"Synology\";s:3:\"nbr\";i:11;}i:121;a:2:{s:4:\"name\";s:7:\"AmpliFi\";s:3:\"nbr\";i:5;}i:122;a:2:{s:4:\"name\";s:5:\"Adder\";s:3:\"nbr\";i:216;}i:123;a:3:{s:4:\"name\";s:6:\"AKiTiO\";s:3:\"nbr\";i:5;s:7:\"checked\";b:1;}i:124;a:2:{s:4:\"name\";s:5:\"Avago\";s:3:\"nbr\";i:5;}i:125;a:2:{s:4:\"name\";s:4:\"AVer\";s:3:\"nbr\";i:96;}i:126;a:3:{s:4:\"name\";s:4:\"EPOS\";s:3:\"nbr\";i:21;s:7:\"checked\";b:1;}i:127;a:2:{s:4:\"name\";s:5:\"Brady\";s:3:\"nbr\";i:19653;}i:128;a:2:{s:4:\"name\";s:14:\"Lancom Systems\";s:3:\"nbr\";i:445;}i:129;a:2:{s:4:\"name\";s:6:\"D-Link\";s:3:\"nbr\";i:294;}i:130;a:2:{s:4:\"name\";s:9:\"Neomounts\";s:3:\"nbr\";i:488;}i:131;a:2:{s:4:\"name\";s:6:\"B-Tech\";s:3:\"nbr\";i:531;}i:132;a:2:{s:4:\"name\";s:4:\"Leba\";s:3:\"nbr\";i:215;}i:133;a:2:{s:4:\"name\";s:9:\"Hikvision\";s:3:\"nbr\";i:95;}i:134;a:2:{s:4:\"name\";s:6:\"Huddly\";s:3:\"nbr\";i:43;}i:135;a:2:{s:4:\"name\";s:6:\"IOGEAR\";s:3:\"nbr\";i:213;}i:136;a:2:{s:4:\"name\";s:7:\"Nomadix\";s:3:\"nbr\";i:1;}i:137;a:2:{s:4:\"name\";s:8:\"PATCHBOX\";s:3:\"nbr\";i:136;}i:138;a:2:{s:4:\"name\";s:9:\"ViewSonic\";s:3:\"nbr\";i:273;}i:139;a:2:{s:4:\"name\";s:4:\"Veho\";s:3:\"nbr\";i:82;}i:140;a:2:{s:4:\"name\";s:11:\"Charge Amps\";s:3:\"nbr\";i:45;}i:142;a:2:{s:4:\"name\";s:7:\"Crucial\";s:3:\"nbr\";i:180;}i:143;a:2:{s:4:\"name\";s:8:\"VOCOlinc\";s:3:\"nbr\";i:1;}i:144;a:2:{s:4:\"name\";s:10:\"Brainboxes\";s:3:\"nbr\";i:1;}i:145;a:2:{s:4:\"name\";s:18:\"Teltonika Networks\";s:3:\"nbr\";i:146;}i:146;a:2:{s:4:\"name\";s:6:\"Radwin\";s:3:\"nbr\";i:1;}i:147;a:2:{s:4:\"name\";s:5:\"LACIE\";s:3:\"nbr\";i:46;}i:148;a:2:{s:4:\"name\";s:6:\"Loop24\";s:3:\"nbr\";i:36;}i:149;a:2:{s:4:\"name\";s:4:\"QNAP\";s:3:\"nbr\";i:191;}i:150;a:2:{s:4:\"name\";s:3:\"OWC\";s:3:\"nbr\";i:285;}i:151;a:2:{s:4:\"name\";s:17:\"Texas Instruments\";s:3:\"nbr\";i:24;}i:152;a:2:{s:4:\"name\";s:20:\"Teltonika Telematics\";s:3:\"nbr\";i:10;}i:153;a:2:{s:4:\"name\";s:9:\"Add North\";s:3:\"nbr\";i:1;}i:154;a:2:{s:4:\"name\";s:6:\"iFixit\";s:3:\"nbr\";i:40;}i:155;a:2:{s:4:\"name\";s:8:\"Gigabyte\";s:3:\"nbr\";i:738;}i:156;a:2:{s:4:\"name\";s:6:\"Google\";s:3:\"nbr\";i:91;}i:157;a:2:{s:4:\"name\";s:7:\"AIRTAME\";s:3:\"nbr\";i:13;}i:158;a:2:{s:4:\"name\";s:14:\"Allied Telesis\";s:3:\"nbr\";i:1;}i:159;a:2:{s:4:\"name\";s:7:\"Corsair\";s:3:\"nbr\";i:2;}i:162;a:2:{s:4:\"name\";s:14:\"United Digital\";s:3:\"nbr\";i:2;}i:163;a:2:{s:4:\"name\";s:6:\"iiyama\";s:3:\"nbr\";i:95;}i:164;a:2:{s:4:\"name\";s:3:\"PNY\";s:3:\"nbr\";i:8;}i:166;a:2:{s:4:\"name\";s:8:\"TRENDnet\";s:3:\"nbr\";i:244;}i:168;a:2:{s:4:\"name\";s:10:\"Systemline\";s:3:\"nbr\";i:1;}i:169;a:2:{s:4:\"name\";s:9:\"Transcend\";s:3:\"nbr\";i:93;}i:170;a:2:{s:4:\"name\";s:14:\"Heckler Design\";s:3:\"nbr\";i:17;}i:171;a:2:{s:4:\"name\";s:11:\"Grandstream\";s:3:\"nbr\";i:177;}i:172;a:2:{s:4:\"name\";s:5:\"Lexar\";s:3:\"nbr\";i:3;}i:174;a:2:{s:4:\"name\";s:2:\"LG\";s:3:\"nbr\";i:1;}i:175;a:2:{s:4:\"name\";s:7:\"Netgear\";s:3:\"nbr\";i:73;}i:176;a:2:{s:4:\"name\";s:7:\"Da-Lite\";s:3:\"nbr\";i:5;}i:178;a:2:{s:4:\"name\";s:14:\"SUBTECH SPORTS\";s:3:\"nbr\";i:1;}i:180;a:2:{s:4:\"name\";s:7:\"Intenso\";s:3:\"nbr\";i:1;}i:182;a:2:{s:4:\"name\";s:5:\"Fluke\";s:3:\"nbr\";i:26;}i:183;a:2:{s:4:\"name\";s:4:\"Flic\";s:3:\"nbr\";i:1;}i:184;a:2:{s:4:\"name\";s:3:\"NEC\";s:3:\"nbr\";i:1;}i:186;a:2:{s:4:\"name\";s:8:\"Sapphire\";s:3:\"nbr\";i:3;}i:187;a:2:{s:4:\"name\";s:9:\"Screenint\";s:3:\"nbr\";i:3;}i:188;a:2:{s:4:\"name\";s:6:\"KIOXIA\";s:3:\"nbr\";i:187;}i:190;a:2:{s:4:\"name\";s:10:\"PowerColor\";s:3:\"nbr\";i:37;}i:192;a:2:{s:4:\"name\";s:6:\"Asrock\";s:3:\"nbr\";i:2;}i:193;a:2:{s:4:\"name\";s:4:\"JLab\";s:3:\"nbr\";i:1;}i:194;a:2:{s:4:\"name\";s:7:\"2-Power\";s:3:\"nbr\";i:1;}i:195;a:2:{s:4:\"name\";s:8:\"Yeelight\";s:3:\"nbr\";i:14;}i:196;a:2:{s:4:\"name\";s:5:\"Sharp\";s:3:\"nbr\";i:9;}i:197;a:2:{s:4:\"name\";s:3:\"JBL\";s:3:\"nbr\";i:1;}i:199;a:2:{s:4:\"name\";s:5:\"Hyper\";s:3:\"nbr\";i:31;}i:201;a:2:{s:4:\"name\";s:5:\"SumUp\";s:3:\"nbr\";i:1;}i:202;a:2:{s:4:\"name\";s:5:\"Radxa\";s:3:\"nbr\";i:17;}i:203;a:2:{s:4:\"name\";s:5:\"Yuasa\";s:3:\"nbr\";i:1;}i:204;a:2:{s:4:\"name\";s:3:\"AOC\";s:3:\"nbr\";i:1;}i:206;a:2:{s:4:\"name\";s:6:\"Fitbit\";s:3:\"nbr\";i:49;}i:207;a:2:{s:4:\"name\";s:6:\"Amazon\";s:3:\"nbr\";i:59;}i:208;a:2:{s:4:\"name\";s:6:\"ALLNET\";s:3:\"nbr\";i:2;}i:209;a:2:{s:4:\"name\";s:4:\"VIGI\";s:3:\"nbr\";i:5;}i:210;a:2:{s:4:\"name\";s:6:\"Delock\";s:3:\"nbr\";i:51;}i:211;a:2:{s:4:\"name\";s:9:\"Angelbird\";s:3:\"nbr\";i:17;}i:212;a:2:{s:4:\"name\";s:5:\"Glyph\";s:3:\"nbr\";i:26;}i:214;a:2:{s:4:\"name\";s:10:\"Sennheiser\";s:3:\"nbr\";i:2;}i:215;a:2:{s:4:\"name\";s:12:\"Port Designs\";s:3:\"nbr\";i:19;}i:216;a:2:{s:4:\"name\";s:10:\"Tripp Lite\";s:3:\"nbr\";i:1;}i:220;a:2:{s:4:\"name\";s:7:\"Kapsolo\";s:3:\"nbr\";i:13;}i:222;a:2:{s:4:\"name\";s:3:\"XFX\";s:3:\"nbr\";i:29;}i:223;a:2:{s:4:\"name\";s:12:\"Native Union\";s:3:\"nbr\";i:21;}i:224;a:2:{s:4:\"name\";s:7:\"Jackery\";s:3:\"nbr\";i:1;}i:225;a:2:{s:4:\"name\";s:5:\"BDCOM\";s:3:\"nbr\";i:46;}i:226;a:2:{s:4:\"name\";s:8:\"EnGenius\";s:3:\"nbr\";i:1;}i:227;a:2:{s:4:\"name\";s:3:\"JVC\";s:3:\"nbr\";i:4;}i:228;a:2:{s:4:\"name\";s:11:\"EasySplicer\";s:3:\"nbr\";i:16;}i:230;a:2:{s:4:\"name\";s:7:\"Hisense\";s:3:\"nbr\";i:1;}i:232;a:2:{s:4:\"name\";s:5:\"Zotac\";s:3:\"nbr\";i:3;}i:233;a:2:{s:4:\"name\";s:9:\"Zybersafe\";s:3:\"nbr\";i:3;}i:234;a:2:{s:4:\"name\";s:12:\"Rackmount.IT\";s:3:\"nbr\";i:120;}i:235;a:2:{s:4:\"name\";s:7:\"Ernitec\";s:3:\"nbr\";i:20;}i:236;a:2:{s:4:\"name\";s:4:\"go-e\";s:3:\"nbr\";i:23;}i:237;a:2:{s:4:\"name\";s:6:\"Leyard\";s:3:\"nbr\";i:54;}i:238;a:2:{s:4:\"name\";s:6:\"Zaptec\";s:3:\"nbr\";i:1;}i:240;a:2:{s:4:\"name\";s:4:\"DEFA\";s:3:\"nbr\";i:23;}i:241;a:2:{s:4:\"name\";s:4:\"Peli\";s:3:\"nbr\";i:1;}i:243;a:2:{s:4:\"name\";s:9:\"MicroSemi\";s:3:\"nbr\";i:1;}i:248;a:2:{s:4:\"name\";s:4:\"POLY\";s:3:\"nbr\";i:3;}i:250;a:2:{s:4:\"name\";s:3:\"EMC\";s:3:\"nbr\";i:5;}i:251;a:2:{s:4:\"name\";s:9:\"Urbanista\";s:3:\"nbr\";i:1;}i:255;a:2:{s:4:\"name\";s:8:\"iStorage\";s:3:\"nbr\";i:1;}i:257;a:2:{s:4:\"name\";s:7:\"Infosec\";s:3:\"nbr\";i:97;}i:259;a:2:{s:4:\"name\";s:4:\"WOOX\";s:3:\"nbr\";i:44;}i:260;a:2:{s:4:\"name\";s:10:\"Next Green\";s:3:\"nbr\";i:4;}i:263;a:2:{s:4:\"name\";s:7:\"Digitus\";s:3:\"nbr\";i:1;}i:265;a:2:{s:4:\"name\";s:3:\"SMC\";s:3:\"nbr\";i:1;}i:266;a:2:{s:4:\"name\";s:12:\"BECbyBILLION\";s:3:\"nbr\";i:17;}i:267;a:2:{s:4:\"name\";s:8:\"Hypertec\";s:3:\"nbr\";i:1;}i:268;a:2:{s:4:\"name\";s:6:\"HyperX\";s:3:\"nbr\";i:14;}i:269;a:2:{s:4:\"name\";s:6:\"Wi-Tek\";s:3:\"nbr\";i:35;}i:270;a:2:{s:4:\"name\";s:14:\"BKT Elektronik\";s:3:\"nbr\";i:12;}i:272;a:2:{s:4:\"name\";s:5:\"Ochno\";s:3:\"nbr\";i:4;}i:273;a:2:{s:4:\"name\";s:5:\"Barco\";s:3:\"nbr\";i:1;}i:274;a:2:{s:4:\"name\";s:16:\"Neomounts Select\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:5;s:6:\"values\";a:4:{i:26578;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:20:\"Leitz TruSens Z-3000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:26547;a:4:{s:3:\"nbr\";i:6;s:4:\"name\";s:14:\"TruSens Z-1000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:26521;a:4:{s:3:\"nbr\";i:6;s:4:\"name\";s:23:\"TruSens Z-2000 / Z-2500\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:20583;a:4:{s:3:\"nbr\";i:5;s:4:\"name\";s:23:\"TruSens Z-3000 / Z-3500\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:14:\"Compatibilità\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}}}") |
2.456
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:209
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
37 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM asc1_shop s |
2.424
ms
|
1 |
|
|
/classes/shop/Shop.php:925
/src/Adapter/Configuration.php:383 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:119 (getShopGroupId)
/src/Adapter/Assets/AssetUrlGeneratorTrait.php:68 (get)
/classes/assets/StylesheetManager.php:124 (getFQDN)
/classes/assets/StylesheetManager.php:78 (add)
/classes/controller/FrontController.php:1071 (register)
/classes/controller/FrontController.php:933 (registerStylesheet)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
72 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM asc1_product p
LEFT JOIN asc1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN asc1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN asc1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (132417,132418,132419,132420,132421,132422,132423,133332,133333,133334,133335,133340) |
2.375
ms
|
12 |
|
|
/classes/ProductAssembler.php:101
/classes/ProductAssembler.php:211 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
57 |
SELECT SQL_NO_CACHE *
FROM `asc1_country` a
LEFT JOIN `asc1_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 4
LEFT JOIN `asc1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1 |
2.305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/paypal/paypal.php:352 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1364 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1343 (coreLoadModule)
/classes/Hook.php:1122 (getInstanceByName)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
38 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `asc1_hook` |
2.166
ms
|
1186 |
|
|
/classes/Hook.php:1582
/classes/Hook.php:251 (getAllHookIds)
/classes/Hook.php:975 (getIdByName)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
39 |
SELECT SQL_NO_CACHE * FROM `asc1_hook_module_exceptions`
WHERE `id_shop` IN (1) |
2.128
ms
|
1 |
|
|
/classes/module/Module.php:2146
/classes/Hook.php:1064 (getExceptionsStatic)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
186 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
2.120
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
40 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `asc1_module` m
LEFT JOIN `asc1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.982
ms
|
96 |
|
|
/classes/module/Module.php:340
/modules/blockwishlist/blockwishlist.php:79 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1364 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1343 (coreLoadModule)
/classes/Hook.php:1122 (getInstanceByName)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
228 |
INSERT INTO `asc1_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('1859305', '', 'solutionsit.ch/it/2-home?q=Marca-ADATA-EPOS-Leitz-AKiTiO', '', '2025-07-26 20:47:30') |
1.828
ms
|
1 |
|
|
/classes/ObjectModel.php:543
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1251 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:423 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (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 `asc1_configuration` c
LEFT JOIN `asc1_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.792
ms
|
2138 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/classes/Configuration.php:303 (get)
/classes/shop/Shop.php:402 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
58 |
SELECT SQL_NO_CACHE `id_category`
FROM `asc1_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1 |
1.677
ms
|
1 |
|
|
/classes/Category.php:2422
/controllers/front/listing/CategoryController.php:177 (existsInShop)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
60 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `asc1_manufacturer` m INNER JOIN asc1_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `asc1_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 4)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1.623
ms
|
273 |
Yes
|
|
/classes/Manufacturer.php:195
/modules/ps_facetedsearch/src/Filters/Converter.php:286 (getManufacturers)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
41 |
SELECT SQL_NO_CACHE name, alias FROM `asc1_hook_alias` |
1.596
ms
|
87 |
|
|
/classes/Hook.php:375
/classes/Hook.php:171 (getCanonicalHookNames)
/classes/Hook.php:402 (normalizeHookName)
/classes/Hook.php:426 (getAllKnownNames)
/classes/Hook.php:1133 (isHookCallableOn)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
76 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `asc1_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `asc1_hook_alias` ha
INNER JOIN `asc1_hook` h ON ha.name = h.name |
1.538
ms
|
0 |
|
|
/classes/Hook.php:1582
/classes/Hook.php:251 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3642 (getManager)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
26 |
SELECT SQL_NO_CACHE `id_lang` FROM `asc1_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
1.448
ms
|
4 |
|
|
/classes/Language.php:870
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:114 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
157 |
SELECT SQL_NO_CACHE 1 FROM asc1_cart_product cp INNER JOIN asc1_product p
ON (p.id_product = cp.id_product) INNER JOIN asc1_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
1.327
ms
|
1 |
|
|
/classes/Cart.php:3961
/classes/Cart.php:3942 (hasProducts)
/classes/Cart.php:2012 (isVirtualCart)
/override/classes/Cart.php:60 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:138 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/4a/01/13/4a01134532251d2e94672914adfe8f6bc899130b_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70c8870_90355130)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/fa/ca/37/faca37910fdacca2fbc22af000117f202d18df55_2.file.head.tpl.php:392 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/fa/ca/37/faca37910fdacca2fbc22af000117f202d18df55_2.file.head.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7045048_61377995)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:184 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
14 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `asc1_module` m
INNER JOIN asc1_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `asc1_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `asc1_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `asc1_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.321
ms
|
140 |
Yes
|
Yes
|
/classes/Hook.php:1514
/classes/Hook.php:823 (getAllHookRegistrations)
/classes/Hook.php:966 (getHookModuleExecList)
/classes/Dispatcher.php:587 (exec)
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
59 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM asc1_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
1.316
ms
|
3 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
207 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132423
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
1.201
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
43 |
SELECT SQL_NO_CACHE *
FROM `asc1_category` a
LEFT JOIN `asc1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `asc1_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 |
1.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/classes/Link.php:1179 (getCategoryLink)
/classes/controller/FrontController.php:2115 (getLanguageLink)
/classes/controller/FrontController.php:1534 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
34 |
SELECT SQL_NO_CACHE `id_category`
FROM `asc1_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1 |
1.097
ms
|
1 |
|
|
/classes/Category.php:2422
/controllers/front/listing/CategoryController.php:105 (existsInShop)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
137 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 132419) AND (b.`id_shop` = 1) LIMIT 1 |
1.029
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
147 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 133332) AND (b.`id_shop` = 1) LIMIT 1 |
0.676
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
116 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 133333 AND `id_group` = 1 LIMIT 1 |
0.646
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
201 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132421
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.635
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
50 |
SELECT SQL_NO_CACHE format
FROM `asc1_address_format`
WHERE `id_country` = 19 LIMIT 1 |
0.620
ms
|
1 |
|
|
/classes/AddressFormat.php:651
/classes/AddressFormat.php:628 (getFormatDB)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
45 |
SELECT SQL_NO_CACHE * FROM `asc1_image_type` WHERE 1 AND `categories` = 1 AND `theme_name` = 'AngarTheme' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.610
ms
|
8 |
Yes
|
|
/classes/ImageType.php:113
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
32 |
SELECT SQL_NO_CACHE id_shop
FROM `asc1_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.560
ms
|
1 |
|
|
/classes/ObjectModel.php:1582
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:255 (getCurrent)
/classes/Cart.php:228 (setTaxCalculationMethod)
/classes/controller/FrontController.php:430 (__construct)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM asc1_shop_url su
LEFT JOIN asc1_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'solutionsit.ch' OR su.domain_ssl = 'solutionsit.ch')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.538
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1395
/classes/shop/Shop.php:359 (findShopByHost)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `asc1_hook` h
WHERE (h.active = 1) |
0.533
ms
|
1186 |
|
|
/classes/Hook.php:1622
/classes/Hook.php:924 (getHookStatusByName)
/classes/Dispatcher.php:587 (exec)
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
35 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM asc1_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
0.514
ms
|
1 |
|
|
/classes/Category.php:1744
/controllers/front/listing/CategoryController.php:146 (checkAccess)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
44 |
SELECT SQL_NO_CACHE *
FROM `asc1_category` a
LEFT JOIN `asc1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `asc1_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.484
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/classes/Link.php:1179 (getCategoryLink)
/classes/controller/FrontController.php:2115 (getLanguageLink)
/classes/controller/FrontController.php:1534 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
203 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 132421 AND `validate` = 1 LIMIT 1 |
0.482
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
54 |
SELECT SQL_NO_CACHE *
FROM `asc1_state` a
WHERE (a.`id_state` = 359) LIMIT 1 |
0.473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:1718 (__construct)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 132417 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 132417 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.445
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
16 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `asc1_meta` m
LEFT JOIN `asc1_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.439
ms
|
96 |
Yes
|
|
/classes/Dispatcher.php:635
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
146 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 132423
ORDER BY `position` |
0.420
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
210 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 133332
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.419
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
135 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 132418) AND (b.`id_shop` = 1) LIMIT 1 |
0.390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
148 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 133332
ORDER BY `position` |
0.379
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
56 |
SELECT SQL_NO_CACHE *
FROM `asc1_category` a0
LEFT JOIN `asc1_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 1579) AND (a1.`id_lang` = 4) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.377
ms
|
1 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:304 (rewind)
/classes/controller/FrontController.php:1833 (getBreadcrumbLinks)
/classes/controller/FrontController.php:527 (getBreadcrumb)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
219 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 133335
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.376
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
151 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 133334) AND (b.`id_shop` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
145 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 132423) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
153 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 133335) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
211 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 133332
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.340
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
141 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 132421) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
138 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 132419
ORDER BY `position` |
0.327
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `asc1_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:149 (__construct)
/classes/shop/Shop.php:435 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
78 |
SELECT SQL_NO_CACHE tr.*
FROM `asc1_tax_rule` tr
JOIN `asc1_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 19
AND tr.`id_tax_rules_group` = 15
AND tr.`id_state` IN (0, 359)
AND ('1726' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1726')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.319
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3643 (getTaxCalculator)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
155 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 133340) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
143 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 132422) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
133 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 132417
ORDER BY `position` |
0.313
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
139 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 132420) AND (b.`id_shop` = 1) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
142 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 132421
ORDER BY `position` |
0.311
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `asc1_lang` l
JOIN asc1_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.306
ms
|
16 |
|
|
/classes/Language.php:1204
/classes/Language.php:1510 (countActiveLanguages)
/classes/Dispatcher.php:508 (isMultiLanguageActivated)
/classes/Dispatcher.php:227 (setRequestUri)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
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 asc1_shop_group gs
LEFT JOIN asc1_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN asc1_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.303
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:719
/classes/shop/Shop.php:778 (cacheShops)
/classes/Configuration.php:300 (getShops)
/classes/shop/Shop.php:402 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
90 |
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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 132418 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 132418 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.299
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
102 |
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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 132421 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 132421 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.297
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
177 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `asc1_category` c
LEFT JOIN `asc1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 4)
WHERE `level_depth` = 1 |
0.294
ms
|
2 |
|
|
/classes/Category.php:2215
/classes/Category.php:1115 (getCategoriesWithoutParent)
/classes/Category.php:1567 (getRootCategory)
/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:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
110 |
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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 132423 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 132423 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.294
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
118 |
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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 133333 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 133333 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.293
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
131 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 132417) AND (b.`id_shop` = 1) LIMIT 1 |
0.293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
149 |
SELECT SQL_NO_CACHE *
FROM `asc1_product` a
LEFT JOIN `asc1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `asc1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 133333) AND (b.`id_shop` = 1) LIMIT 1 |
0.291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
94 |
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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 132419 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 132419 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.290
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
98 |
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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 132420 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 132420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.286
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
158 |
SELECT SQL_NO_CACHE 1 FROM `asc1_cart_rule` WHERE ((date_to >= "2025-07-26 00:00:00" AND date_to <= "2025-07-26 23:59:59") OR (date_from >= "2025-07-26 00:00:00" AND date_from <= "2025-07-26 23:59:59") OR (date_from < "2025-07-26 00:00:00" AND date_to > "2025-07-26 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/CartRule.php:359
/classes/CartRule.php:391 (haveCartRuleToday)
/classes/Cart.php:2825 (getCustomerCartRules)
/classes/Cart.php:3150 (getDeliveryOptionList)
/classes/Cart.php:3223 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:355 (processCalculation)
/src/Core/Cart/Calculator.php:156 (calculateFees)
/classes/Cart.php:2068 (processCalculation)
/override/classes/Cart.php:60 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:138 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/4a/01/13/4a01134532251d2e94672914adfe8f6bc899130b_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70c8870_90355130)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/fa/ca/37/faca37910fdacca2fbc22af000117f202d18df55_2.file.head.tpl.php:392 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/fa/ca/37/faca37910fdacca2fbc22af000117f202d18df55_2.file.head.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7045048_61377995)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:184 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
122 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 133334 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 133334 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.282
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
106 |
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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 132422 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 132422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.281
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
114 |
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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 133332 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 133332 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.278
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
126 |
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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 133335 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 133335 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.277
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
136 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 132418
ORDER BY `position` |
0.277
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
55 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM asc1_required_field |
0.276
ms
|
1 |
|
|
/classes/ObjectModel.php:1447
/classes/ObjectModel.php:1482 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1413 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:526 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM asc1_shop s
LEFT JOIN asc1_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.275
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:152 (setUrl)
/classes/shop/Shop.php:435 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
53 |
SELECT SQL_NO_CACHE *
FROM `asc1_country_lang`
WHERE `id_country` = 19 |
0.273
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
130 |
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 `asc1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 133340 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `asc1_cart_product` cp JOIN `asc1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `asc1_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` = 133340 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.273
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
152 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 133334
ORDER BY `position` |
0.273
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
140 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 132420
ORDER BY `position` |
0.272
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
227 |
SELECT SQL_NO_CACHE `id_guest`
FROM `asc1_connections`
WHERE `id_guest` = 1946860
AND `date_add` > '2025-07-26 20:17:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.269
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:1251 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:423 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
195 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132419
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.260
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
144 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 132422
ORDER BY `position` |
0.259
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *
FROM `asc1_manufacturer` a
LEFT JOIN `asc1_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `asc1_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 73) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:650 (__construct)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:490 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
154 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 133335
ORDER BY `position` |
0.240
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
115 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 133333) |
0.239
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
150 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 133333
ORDER BY `position` |
0.237
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
204 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132422
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.232
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
198 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132420
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.229
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
86 |
SELECT SQL_NO_CACHE tr.*
FROM `asc1_tax_rule` tr
JOIN `asc1_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 19
AND tr.`id_tax_rules_group` = 15
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.226
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:5657 (getTaxCalculator)
/classes/Product.php:5549 (getTaxesInformations)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
21 |
SELECT SQL_NO_CACHE *
FROM `asc1_currency` a
LEFT JOIN `asc1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `asc1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `asc1_country` a
LEFT JOIN `asc1_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `asc1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1 |
0.222
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:154 (__construct)
/index.php:40 (require_once)
|
156 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `asc1_image` i
INNER JOIN asc1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `asc1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 133340
ORDER BY `position` |
0.222
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
160 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `asc1_currency` c
LEFT JOIN asc1_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.217
ms
|
2 |
|
|
/classes/Currency.php:1120
/classes/Currency.php:1139 (countActiveCurrencies)
/classes/module/Module.php:2326 (isMultiCurrencyActivated)
/modules/angarcontact/angarcontact.php:87 (getCacheId)
/classes/Hook.php:1251 (hookDisplayNav1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
180 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `asc1_category` c
LEFT JOIN `asc1_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 4 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 1579 AND c.`nleft` >= 2 AND c.`nright` <= 1579 ORDER BY `nleft` DESC |
0.217
ms
|
1 |
Yes
|
|
/classes/Category.php:1587
/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:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `asc1_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:565 (__construct)
/config/config.inc.php:179 (getGroup)
/index.php:40 (require_once)
|
189 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132417
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.208
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
216 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 133334
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.208
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `asc1_lang` l
LEFT JOIN `asc1_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.205
ms
|
4 |
|
|
/classes/Language.php:1070
/config/config.inc.php:151 (loadLanguages)
/index.php:40 (require_once)
|
164 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
18 |
SELECT SQL_NO_CACHE `id_lang` FROM `asc1_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
0.201
ms
|
4 |
|
|
/classes/Language.php:870
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
159 |
SELECT SQL_NO_CACHE 1 FROM `asc1_cart_rule` WHERE ((date_to >= "2025-07-26 00:00:00" AND date_to <= "2025-07-26 23:59:59") OR (date_from >= "2025-07-26 00:00:00" AND date_from <= "2025-07-26 23:59:59") OR (date_from < "2025-07-26 00:00:00" AND date_to > "2025-07-26 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/CartRule.php:359
/classes/CartRule.php:391 (haveCartRuleToday)
/classes/CartRule.php:572 (getCustomerCartRules)
/classes/Cart.php:512 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:322 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/4a/01/13/4a01134532251d2e94672914adfe8f6bc899130b_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70c8870_90355130)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/fa/ca/37/faca37910fdacca2fbc22af000117f202d18df55_2.file.head.tpl.php:392 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/fa/ca/37/faca37910fdacca2fbc22af000117f202d18df55_2.file.head.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7045048_61377995)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:184 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
225 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/c5/21/35/c521357d4270169a1583c6c323db6a5f4f65552b_2.file.footer.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/c5/21/35/c521357d4270169a1583c6c323db6a5f4f65552b_2.file.footer.tpl.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec604037_45977934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:383 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:152 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
208 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132423
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.184
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
27 |
SELECT SQL_NO_CACHE *
FROM `asc1_currency` a
LEFT JOIN `asc1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:680 (getCurrencyInstance)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM asc1_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:292 (getMainShopDomain)
/classes/Link.php:64 (getShopDomain)
/config/config.inc.php:285 (__construct)
/index.php:40 (require_once)
|
213 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 133333
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `asc1_lang` a
LEFT JOIN `asc1_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 4) LIMIT 1 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:219 (__construct)
/index.php:40 (require_once)
|
192 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132418
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.178
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
222 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 133340
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.177
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:197
/modules/productcomments/productcomments.php:795 (getAverageGrade)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
220 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 133335
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.175
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
73 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "wkpaymentfee" LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2212 (getModuleIdByName)
/override/classes/Product.php:53 (isInstalled)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
205 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132422
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
181 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
202 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132421
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
165 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
87 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 132418) |
0.167
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
75 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 132417) |
0.165
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
169 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `asc1_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Cart.php:1292
/src/Adapter/Presenter/Cart/CartLazyArray.php:247 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getProductsCount)
/var/cache/dev/smarty/compile/AngarTheme/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:31 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7262006_01296986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2395 (fetch)
/modules/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
46 |
SELECT SQL_NO_CACHE * FROM `asc1_image_type` WHERE 1 AND `manufacturers` = 1 AND `theme_name` = 'AngarTheme' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.163
ms
|
8 |
Yes
|
|
/classes/ImageType.php:113
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
83 |
SELECT SQL_NO_CACHE tr.*
FROM `asc1_tax_rule` tr
JOIN `asc1_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 19
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 359)
AND ('1726' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1726')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.163
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3669 (getTaxCalculator)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5439 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
199 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132420
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
25 |
SELECT SQL_NO_CACHE *
FROM `asc1_currency` a
LEFT JOIN `asc1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `asc1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
47 |
SELECT SQL_NO_CACHE * FROM `asc1_image_type` WHERE 1 AND `suppliers` = 1 AND `theme_name` = 'AngarTheme' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.158
ms
|
8 |
Yes
|
|
/classes/ImageType.php:113
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
84 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 132417) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
200 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 132420 AND `validate` = 1 LIMIT 1 |
0.153
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
30 |
SELECT SQL_NO_CACHE *
FROM `asc1_group` a
LEFT JOIN `asc1_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:255 (getCurrent)
/classes/Cart.php:228 (setTaxCalculationMethod)
/classes/controller/FrontController.php:430 (__construct)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
19 |
SELECT SQL_NO_CACHE value FROM `asc1_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/shop/Shop.php:1214
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
49 |
SELECT SQL_NO_CACHE * FROM `asc1_image_type` WHERE 1 AND `stores` = 1 AND `theme_name` = 'AngarTheme' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.152
ms
|
8 |
Yes
|
|
/classes/ImageType.php:113
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
178 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `asc1_category` c
LEFT JOIN `asc1_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 4 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Category.php:1577
/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:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
190 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132417
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.150
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
194 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 132418 AND `validate` = 1 LIMIT 1 |
0.148
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
48 |
SELECT SQL_NO_CACHE * FROM `asc1_image_type` WHERE 1 AND `products` = 1 AND `theme_name` = 'AngarTheme' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.148
ms
|
8 |
Yes
|
|
/classes/ImageType.php:113
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `asc1_hook_alias` |
0.147
ms
|
87 |
|
|
/classes/Hook.php:321
/classes/Hook.php:354 (getAllHookAliases)
/classes/Hook.php:839 (getHookAliasesFor)
/classes/Hook.php:966 (getHookModuleExecList)
/classes/Dispatcher.php:587 (exec)
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
161 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
209 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 132423 AND `validate` = 1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
103 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 132422) |
0.143
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
111 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 133332) |
0.143
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
119 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 133334) |
0.143
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
107 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 132423) |
0.143
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
95 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 132420) |
0.142
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
217 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 133334
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.141
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
91 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 132419) |
0.141
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
99 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 132421) |
0.141
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
123 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 133335) |
0.140
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
127 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `asc1_product` p
INNER JOIN `asc1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 133340) |
0.140
ms
|
1 |
|
|
/classes/Product.php:3577
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
196 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132419
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
52 |
SELECT SQL_NO_CACHE *
FROM `asc1_country` a
LEFT JOIN `asc1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1 |
0.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
193 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 132418
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
206 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 132422 AND `validate` = 1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
170 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
223 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 133340
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.137
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
214 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 133333
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:190
/modules/productcomments/productcomments.php:796 (getRatings)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
79 |
SELECT SQL_NO_CACHE *
FROM `asc1_tax` a
WHERE (a.`id_tax` = 38) LIMIT 1 |
0.132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3643 (getTaxCalculator)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
183 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_brandlist" LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `asc1_lang` WHERE `iso_code` = 'it' LIMIT 1 |
0.129
ms
|
4 |
|
|
/classes/Language.php:844
/classes/Tools.php:617 (getIdByIso)
/classes/Dispatcher.php:231 (switchLanguage)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
212 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 133332 AND `validate` = 1 LIMIT 1 |
0.129
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `asc1_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 1 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/ObjectModel.php:1582
/config/config.inc.php:224 (isAssociatedToShop)
/index.php:40 (require_once)
|
197 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 132419 AND `validate` = 1 LIMIT 1 |
0.127
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
191 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 132417 AND `validate` = 1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
174 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
134 |
SELECT SQL_NO_CACHE * FROM `asc1_image_type` |
0.125
ms
|
8 |
|
|
/classes/ImageType.php:165
/classes/ImageType.php:206 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:220 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:103 (getImage)
:undefined ({closure:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever::getAllProductImages():96})
/src/Adapter/Image/ImageRetriever.php:96 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
80 |
SELECT SQL_NO_CACHE *
FROM `asc1_tax_lang`
WHERE `id_tax` = 38 |
0.123
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3643 (getTaxCalculator)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
172 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:163 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
182 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
22 |
SELECT SQL_NO_CACHE `id_lang` FROM `asc1_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
0.121
ms
|
4 |
|
|
/classes/Language.php:870
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:114 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
132 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `asc1_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 9092631 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
221 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 133335 AND `validate` = 1 LIMIT 1 |
0.121
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
20 |
SELECT SQL_NO_CACHE c.id_currency
FROM `asc1_currency` c
WHERE (iso_code = 'CHF') LIMIT 1 |
0.121
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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
28 |
SELECT SQL_NO_CACHE *
FROM `asc1_currency_lang`
WHERE `id_currency` = 2 |
0.120
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:680 (getCurrencyInstance)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
163 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
185 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "angarbestsellers" LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 133333) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
218 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 133334 AND `validate` = 1 LIMIT 1 |
0.119
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
89 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 132418) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
93 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 132419) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
215 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 133333 AND `validate` = 1 LIMIT 1 |
0.117
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
31 |
SELECT SQL_NO_CACHE *
FROM `asc1_group_lang`
WHERE `id_group` = 1 |
0.117
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:255 (getCurrent)
/classes/Cart.php:228 (setTaxCalculationMethod)
/classes/controller/FrontController.php:430 (__construct)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
188 |
SELECT SQL_NO_CACHE `name`
FROM `asc1_manufacturer`
WHERE `id_manufacturer` = 73
AND `active` = 1 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Manufacturer.php:306
/src/Adapter/Presenter/Product/ProductLazyArray.php:586 (getNameById)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getManufacturerName)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:491 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
81 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 132417 AND `id_group` = 1 LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 132421) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
97 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 132420) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
224 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 133340 AND `validate` = 1 LIMIT 1 |
0.116
ms
|
1 |
|
|
/modules/productcomments/ProductComment.php:246
/modules/productcomments/productcomments.php:797 (getCommentNumber)
/classes/Hook.php:1251 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:260 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:510 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/f0/3c/04/f03c04c3e3014e839d963b5b30e68a30eb388704_2.file.product.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec6addf6_79965621)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/58/91/a4/5891a44d208b9e30bce9bde5d47d1560f86e7452_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec2d2b45_50352841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:204 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 132423) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 133335) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 132422) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
92 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 132419 AND `id_group` = 1 LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
74 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 141 AND `id_shop` = 1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/module/Module.php:2245
/override/classes/Product.php:53 (isEnabled)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 133332) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 133334) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
166 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 133340) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
24 |
SELECT SQL_NO_CACHE c.id_currency
FROM `asc1_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.112
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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
128 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 133340 AND `id_group` = 1 LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
226 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/c5/21/35/c521357d4270169a1583c6c323db6a5f4f65552b_2.file.footer.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/c5/21/35/c521357d4270169a1583c6c323db6a5f4f65552b_2.file.footer.tpl.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ec604037_45977934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:383 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:152 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
162 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
51 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `asc1_country`
WHERE `id_country` = 19 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
167 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
23 |
SELECT SQL_NO_CACHE `id_lang` FROM `asc1_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
0.101
ms
|
4 |
|
|
/classes/Language.php:870
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
29 |
SELECT SQL_NO_CACHE id_shop
FROM `asc1_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/ObjectModel.php:1582
/classes/Tools.php:689 (isAssociatedToShop)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
184 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 34 AND `id_shop` = 1 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
179 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `asc1_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Category.php:1582
/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:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
171 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 119 AND `id_shop` = 1 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
173 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:163 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
175 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:293 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
88 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 132418 AND `id_group` = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
82 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_group`
WHERE `id_group` = 1 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3711 (getReductionByIdGroup)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
100 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 132421 AND `id_group` = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
120 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 133334 AND `id_group` = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
168 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:133 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3c/27/79/3c2779c84aaa7decfa09c2f9c6505ca3d0a7165c_2.file.header.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e7212c11_29344325)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:238 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/07/ac/f4/07acf4c6d18d9dfaf5a09879cda309e9dd3aa5d0_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e70199f3_54216681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/3f/10/c6/3f10c6e3ce14714643420bd43d27d4c85507f606_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520e6f42341_40083236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/5b/7a/f2/5b7af287c391bdf03509b58a6b0125cef4401244_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea5b13f9_67525512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/AngarThemelayouts_layout_left_column_tpl/91/88/14/918814d53d3481bb422768351f1bbb42b64bba96_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688520ea587f27_31193977)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
104 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 132422 AND `id_group` = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
96 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 132420 AND `id_group` = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
112 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 133332 AND `id_group` = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
108 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 132423 AND `id_group` = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
124 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 133335 AND `id_group` = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/override/classes/Product.php:76 (priceCalculation)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|