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 |
3965
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)
|
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 (123, 103, 49, 5, 241) 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 |
742.495
ms
|
460832089 |
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)
|
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 (123, 103, 49, 5, 241) AND c.nleft>=2 AND c.nright<=1579 |
213.162
ms
|
21467 |
|
|
/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)
|
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 (123, 103, 49, 5, 241) 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 |
168.562
ms
|
44260 |
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)
|
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 |
84.246
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 |
20.669
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)
|
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 |
12.105
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)
|
192 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_brandlist" LIMIT 1 |
10.649
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)
|
71 |
REPLACE INTO asc1_layered_filter_block (hash, data) VALUES ("77e28cc5edd497a41bbd3dbbc671e63c", "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:71340;s:3:\"min\";d:11;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:4520;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:3:{s:4:\"name\";s:2:\"HP\";s:3:\"nbr\";i:3846;s:7:\"checked\";b:1;}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:3:{s:4:\"name\";s:4:\"HGST\";s:3:\"nbr\";i:651;s:7:\"checked\";b:1;}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:2:{s:4:\"name\";s:5:\"Leitz\";s:3:\"nbr\";i:72;}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:3:{s:4:\"name\";s:3:\"GBC\";s:3:\"nbr\";i:17;s:7:\"checked\";b:1;}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:2:{s:4:\"name\";s:5:\"ADATA\";s:3:\"nbr\";i:78;}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:2:{s:4:\"name\";s:4:\"EPOS\";s:3:\"nbr\";i:21;}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:3:{s:4:\"name\";s:4:\"Peli\";s:3:\"nbr\";i:1;s:7:\"checked\";b: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:314:{i:5020;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"14-ck1xxx\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3166;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"14-em0000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:845;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:6:\"14/14s\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3886;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:10:\"15\n15g\n15q\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:434;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:8:\"15-d4xxx\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:47721;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:5:\"15-db\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4649;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"15-dw0000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4650;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"15-dw1xxx\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4068;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:9:\"15-fc0000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3706;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"15-fc1xxx\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:432;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:31:\"15t-dy1xx, 15t-dy2xx, 15t-dy3xx\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:51616;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:65:\"15t-dy1xx, 15t-dy2xx, 15t-dy3xx, 15-dy1xxx, 15-dy2xxx, 15s-eq0xxx\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4455;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:6:\"245 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4107;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:6:\"250 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2682;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:52:\"250 G6 Notebook PC (ENERGY STAR), 250 G6 Notebook PC\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4653;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"250 G7, 255 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6533;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:6:\"250 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3564;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:6:\"255 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2885;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:7:\"255 G10\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4016;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:7:\"340S G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4138;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"450 G3 455 G3, 470 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3562;a:4:{s:3:\"nbr\";i:7;s:4:\"name\";s:6:\"470 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:329;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:12:\"C7000, C3000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3561;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:13:\"Chromebook 11\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4430;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"ChromeBook 11 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2667;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"Chromebook 11 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4603;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"Chromebook 11 G6 EE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3557;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:19:\"Chromebook 11 G7 EE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3571;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"Chromebook 11 G8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3559;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"ChromeBook 11A G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3563;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:17:\"Chromebook 11A G8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:41030;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"ChromeBook 14 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5423;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:21:\"Chromebook x360 11 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5260;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:37:\"Color LaserJet 2320 MFP, CP2025, M375\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5277;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:108:\"Color LaserJet 2320 MFP, LaserJet Pro 400 Color MFP M475, Color LaserJet CP2025, LaserJet Pro 400 Color M451\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5068;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:105:\"Color LaserJet 2700, Color LaserJet 3000, Color LaserJet CP3505, Color LaserJet 3600, Color LaserJet 3800\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4918;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:19:\"Color LaserJet 4700\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4963;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:37:\"Color LaserJet 4700n, 4700dn, 4700dtn\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4937;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:27:\"Color LaserJet 4700n/dn/dtn\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5127;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"Color LaserJet 5550\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4214;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"Color LaserJet CM3530\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4210;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:25:\"Color LaserJet CM3530 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5066;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"Color LaserJet CM4540\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4207;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:93:\"Color LaserJet CM4540 MFP, Color LaserJet Enterprise CP4025, Color LaserJet Enterprise CP4525\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4924;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"Color LaserJet CM6040\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4949;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:25:\"Color LaserJet CM6040 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4196;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"Color LaserJet CM6040f\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5067;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:59:\"Color LaserJet CP2025, 2320, M476, M375, M451DN, M475, M351\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4206;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:52:\"Color LaserJet CP3525 MPF, Color LaserJet CM3530 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4209;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:37:\"Color LaserJet CP4025, CP4525, CM4540\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4948;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"Color LaserJet CP6015\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4224;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:30:\"Color LaserJet Enterprise M575\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4200;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"Color LaserJet M551\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4350;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:31:\"Color LaserJet M553, M552, M577\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4821;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"Color LaserJet M575DN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4992;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:57:\"Color LaserJet Pro MFP M477fnw,\nColor LaserJet Pro M452nw\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2208;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"Compaq Elite 8300 Small Form Factor PC\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1546;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:29:\"Designjet T1x0/T5x0/T730/T830\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4965;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:20:\"Digital Sender 9200c\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4205;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:20:\"Digital Sender 9250C\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2876;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"EliteBook 630 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5657;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:16:\"EliteBook 640 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6195;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:17:\"EliteBook 640 G10\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5831;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:17:\"EliteBook 640 G11\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:50964;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"EliteBook 645 14\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:494;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:16:\"EliteBook 650 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6197;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:17:\"EliteBook 650 G10\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2784;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"EliteBook 745 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2780;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"EliteBook 745 G4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2660;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:16:\"EliteBook 745 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2596;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"EliteBook 755 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1486;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:24:\"EliteBook 755 G4, 840 G4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2662;a:4:{s:3:\"nbr\";i:5;s:4:\"name\";s:16:\"EliteBook 755 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:48519;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:52:\"EliteBook 755 G5, EliteBook 840 G5, EliteBook 846 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2333;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:16:\"EliteBook 820 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3895;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:23:\"EliteBook 820 G3/828 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2657;a:4:{s:3:\"nbr\";i:7;s:4:\"name\";s:16:\"EliteBook 830 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:935;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:16:\"EliteBook 830 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:49747;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:33:\"EliteBook 830 G7\nElitebook 840 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:49749;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:70:\"EliteBook 830 G7, EliteBook 835 G7, EliteBook 840 G7, EliteBook 845 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5950;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:16:\"EliteBook 830 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4084;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:34:\"EliteBook 840 G2, EliteBook 740 G2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2595;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:16:\"EliteBook 840 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2664;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:16:\"EliteBook 840 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2846;a:4:{s:3:\"nbr\";i:8;s:4:\"name\";s:16:\"EliteBook 840 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5951;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:16:\"EliteBook 840 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6196;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:17:\"EliteBook 840 G10\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2783;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"EliteBook 840r G4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:47746;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"EliteBook 845 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2781;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:30:\"EliteBook 848/HP EliteBook 840\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2594;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:13:\"EliteBook 850\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4083;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:48:\"EliteBook 850 G2, EliteBook 750 G2, ZBook 15u G2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3896;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"EliteBook 850 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2073;a:4:{s:3:\"nbr\";i:8;s:4:\"name\";s:16:\"EliteBook 850 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2679;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"EliteBook 850 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:385;a:4:{s:3:\"nbr\";i:9;s:4:\"name\";s:16:\"EliteBook 850 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2779;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:43:\"EliteBook 850, EliteBook 848, EliteBook 840\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:378;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:16:\"EliteBook 855 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:734;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:16:\"EliteBook 860 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:736;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"EliteBook 865 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2581;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"EliteBook 1030 G1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6392;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"EliteBook 1040 G4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2251;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:25:\"EliteBook 2740p Tablet PC\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:51484;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:66:\"EliteBook 8540w, EliteBook 8560w, EliteBook 8730w, EliteBook 8740w\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1464;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"EliteBook 8560w\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:51486;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"EliteBook 8570w\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4487;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"EliteBook Folio 1040 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2655;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"EliteBook Folio 9470m\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:934;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:21:\"EliteBook x360 830 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4566;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"EliteBook x360 1020 G2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4146;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:143:\"EliteBook x360 1030 G2 Base Model, EliteBook x360 1030 G2 (ENERGY STAR), EliteBook x360 1030 G2, EliteBook x360 1020 G2\n\nZ240 Tower Workstation\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4790;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:22:\"EliteBook x360 1030 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4565;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"EliteBook x360 1030 G4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4602;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"EliteBook x360 1040 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3610;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:15:\"Elite Dragonfly\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5952;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:18:\"Elite Dragonfly G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4318;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"Elite x2 1012 G1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:51485;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"Elite x2 1012 G2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4975;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"Elite x2 1013 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2788;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:11:\"Elite x2 G4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3707;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:7:\"Envy 13\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2724;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:183:\"Envy 14-j100, 15-j000, 15-j100, 15-q000, 15-q100, 15-q200, 15-q300, 15T-q300, 17-j000, 17-j100, 17-n000, 17-n100, 17-r000, 17-r100, 17-r200, 17t-n000, 17t-n100 / Omen 15-5000, 15-5200\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2313;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:7:\"Envy 17\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4132;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:251:\"ENVY TouchSmart 15-J000, 17-j000, M7-j000, M6-k000, Pavilion TouchSmart Sleekbook 10-e000, 11-e000, 11z-e000, 14-f000, 14-n000, 14z-n000, 15-e000, 15z-e000, 15-n000, 15t-n100, 15z-n100, 17-e000, EliteBook Folio 1040 G1 /Split 13 x2 /ChromeBook 14-q000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3885;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:12:\"ENVY x360 13\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4893;a:4:{s:3:\"nbr\";i:5;s:4:\"name\";s:12:\"ENVY x360 15\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1701;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:12:\"Envy x360 m6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4144;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:29:\"Gaming Pavilion - 17-cd0000tx\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4998;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"HP 17-ca0000 Laptop PC\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4953;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"HP Color LaserJet 4700\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2261;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"HP Compaq 6730b\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3873;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"HP Compaq 8510\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5838;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"HP Compaq nc6400\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:49619;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:87:\"HP DesignJet 4000, 4020, 4050PS, 4520, 4520PS, L25500 42\", T7100, Z6100, Z6100PS, Z6200\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2258;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:44:\"HP Elite Book 85, HP Compaq 85, HP Compaq 87\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4111;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:227:\"HP EliteBook 830 G5 , HP EliteBook 735 G6 , HP mt45 Mobile Thin Client , HP EliteBook 840 G5 , HP EliteBook 830 G5 , HP ZBook 14u G5 , HP EliteBook 745 G5 , HP EliteBook 735 G5 , HP mt44 Mobile Thin Client , HP EliteBook 735 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2260;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"HP Elitebook 8540W\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1324;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"HP EliteBook 8770W\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1330;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"HP ElitePad 900 G1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2249;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:255:\"HP HDX X18-1000, HDX X18-1005, HDX X18-1010, HDX X18-1011, HDX X18-1012, HDX X18-1013, HDX X18-1020, HDX X18-1023, HDX X18-1024, HDX X18-1027, HDX X18-1050, HDX X18-1058, HDX X18-1070, HDX X18-1080, HDX X18-1088, HDX X18-1090, HDX X18-1180; EliteBook 85XX\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4941;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:22:\"HP LaserJet 3500, 3550\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:49532;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:58:\"HP LaserJet 9000 MFP, LaserJet 9040 MFP, LaserJet 9050 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4223;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:41:\"HP LaserJet Enterprise 500 Color MFP M575\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5090;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"HP LaserJet M521, M525\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4810;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"HP LaserJet M525\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4216;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:44:\"HP LaserJet M1522n MFP, LaserJet M1522nf MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5063;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:73:\"HP LaserJet M3027 MFP, LaserJet M3035 MFP, LaserJet P3004, LaserJet P3005\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5062;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:57:\"HP LaserJet M3027 MFP, LaserJet M3035 MFP, LaserJet P3005\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5595;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:41:\"HP LaserJet M5025 MFP, LaserJet M5035 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4925;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:53:\"HP LaserJet P2014, HP Color LaserJet 3600/3800/CP3505\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5085;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:33:\"HP LaserJet P2035, LaserJet P2055\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4160;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"HP LaserJet P3015\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:47709;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:33:\"HP LaserJet P4014, LaserJet P4015\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2553;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:20:\"HP Notebook 14g, 14q\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2558;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"HP Notebook PC 14\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2983;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:32:\"HP OfficeJet 6000/6500/7000/7500\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4869;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"HP Omen 17 An198ms\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5027;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:31:\"HP Pavilion 15-cs0000 Laptop PC\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5348;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:34:\"HP ProBook 4330s/4331s/4430s/4431s\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2564;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:49:\"HP ZBook 15 G3, HP Zbook 15 G4 Mobile Workstation\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2569;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:57:\"HP ZBook Studio G3, HP Zbook Studio G4 Mobile Workstation\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:739;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:32:\"HP ZHAN 99 Mobile Workstation G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6899;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"LaserJet 600 M602n\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4779;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:91:\"LaserJet 700 Color MFP M775, LaserJet Enterprise 500 MFP M525, LaserJet Enterprise MFP M725\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4940;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:150:\"LaserJet 1012, LaserJet 1015, LaserJet 1018, LaserJet 1020, LaserJet 1022, LaserJet 3050, LaserJet 3050z, LaserJet 3052, LaserJet 3055, LaserJet M1005\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5087;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:33:\"LaserJet 1020 Plus, LaserJet 1022\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4938;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:52:\"LaserJet 1600, LaserJet 2605, LaserJet CM1015/CM1017\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5283;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:122:\"LaserJet 2430, LaserJet P2014, LaserJet P2015, LaserJet P3005, LaserJet M3027, LaserJet 2410, LaserJet 2420, LaserJet 1320\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5254;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:13:\"LaserJet 4200\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4962;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:13:\"LaserJet 4345\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5102;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"LaserJet 4345 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5289;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:28:\"LaserJet 5000, LaserJet 5100\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6175;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"LaserJet 9000, 9050\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5284;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:52:\"LaserJet 9040 MFP, LaserJet M9050 MFP, LaserJet 9000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4212;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"LaserJet CM3530\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6117;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"LaserJet CM6030\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4204;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"LaserJet CP3525, CM3530\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6598;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"LaserJet CP3525dn\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4163;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:23:\"LaserJet CP5220, CP5225\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:50149;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:43:\"LaserJet CP5520, CP5225, CP5525, M750, M775\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4203;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"LaserJet Enterprise 500\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4202;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:153:\"LaserJet Enterprise 500 Color M551dn,\nLaserJet Enterprise 500 Color M551n,\nLaserJet Enterprise 500 Color M551xh,\nLaserJet Enterprise Color Flow MFP M575c\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4198;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:130:\"LaserJet Enterprise 500 MFP M525dn,\nLaserJet Enterprise 500 MFP M525f,\nLaserJet Enterprise Flow MFP M525C,\nLaserJet Pro MFP M521dn\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4201;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:28:\"LaserJet Enterprise 600 M601\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6689;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:88:\"LaserJet Enterprise 600 M601, LaserJet Enterprise 600 M602, LaserJet Enterprise 600 M603\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4218;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:53:\"LaserJet Enterprise CM4540, LaserJet Enterprise M4555\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4812;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:32:\"LaserJet Enterprise M521, M525dn\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4238;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:29:\"LaserJet Enterprise M725/M712\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4153;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:29:\"LaserJet Enterprise M4555 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4989;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:28:\"LaserJet Enterprise MFP M527\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:39322;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:25:\"LaserJet Enterprise P3015\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3020;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:34:\"LaserJet M426fdn, LaserJet M426fdw\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1563;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:13:\"LaserJet M521\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4351;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:25:\"LaserJet M553, M552, M577\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4241;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"LaserJet M806, M830\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4336;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:54:\"LaserJet M1120 MFP, LaserJet M1522 MFP, LaserJet P1505\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5059;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:110:\"LaserJet M1120 MFP, LaserJet Pro M1132 MFP, LaserJet M1522 MFP, LaserJet P1005, LaserJet P1006, LaserJet P1505\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:49260;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"LaserJet M3027 MFP, LaserJet M3035 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5072;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:115:\"LaserJet M3027 MFP, LaserJet M3035 MFP, LaserJet 2410, LaserJet 2420, LaserJet 2430, LaserJet P3004, LaserJet P3005\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:47722;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:74:\"LaserJet M3027 MFP, LaserJet M3035 MFP, LaserJet Enterprise flow MFP M525c\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5064;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:75:\"LaserJet M3027 MFP, LaserJet M3035 MFP, LaserJet M3027 MFP, LaserJet P3005\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3614;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:70:\"LaserJet M3027 MFP, LaserJet M3035 MFP, LaserJet P3004, LaserJet P3005\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5593;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:30:\"LaserJet M3027, M3035, M3035xs\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4335;a:4:{s:3:\"nbr\";i:6;s:4:\"name\";s:18:\"LaserJet M4345 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4333;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:17:\"LaserJet M4345mfp\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4334;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"LaserJet M4555 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5948;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"LaserJet M5025 MFP, LaserJet M5035 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5070;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:68:\"LaserJet M5025 MFP, LaserJet M5035 MFP, LaserJet Enterprise MFP M725\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5071;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:44:\"LaserJet M5025MFP, M5035XS, M5035X, M5035MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5129;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"LaserJet M9040 MFP, LaserJet M9050 MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:49533;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:53:\"LaserJet M9040 MFP, LaserJet M9050 MFP, LaserJet 9000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:49042;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:41:\"LaserJet MFP M525, M521, M401, M521, M425\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4813;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:155:\"LaserJet P1005,\nLaserJet P1006,\nLaserJet P1009,\nLaserJet Pro M1132,\nLaserJet Pro M1212nf,\nLaserJet Pro M1214nfh,\nLaserJet Pro M1217nfw,\nLaserJet Pro P1102w\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5275;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:45:\"LaserJet P1505, M1522, 1120, 1132, 1566, 1525\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4800;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"LaserJet P2035\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4803;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:30:\"LaserJet P2035, LaserJet P2055\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5251;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:53:\"LaserJet P2035, LaserJet P2055, LaserJet Pro 400 M401\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4799;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:21:\"LaserJet P2035, P2055\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4796;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:20:\"LaserJet P2035/P2055\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4161;a:4:{s:3:\"nbr\";i:6;s:4:\"name\";s:14:\"LaserJet P3015\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3013;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:46:\"LaserJet P4014, LaserJet P4015, LaserJet P4515\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4804;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:28:\"LaserJet P4014, P4015, P4515\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4338;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"LaserJet P4015, P4515\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4195;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:94:\"LaserJet Pro 300, M375, LaserJet Pro 300, M351, LaserJet Pro 400, M475, LaserJet Pro 400, M451\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4199;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:31:\"LaserJet Pro 400 M425dn, M425dw\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4240;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:56:\"LaserJet Pro 400 MFP M425dw, LaserJet Pro 400 MFP M425dn\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4811;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:28:\"LaserJet Pro 400, M401, M425\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4974;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"LaserJet Pro M426dw\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1564;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:36:\"LaserJet Pro M521, LaserJet Pro M521\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4727;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"LaserJet Pro MFP M521\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4923;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:15:\"LaserJets P2015\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4165;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:61:\"Le cartucce toner HP 507 funzionano con: HP LaserJet Pro M570\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2984;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:73:\"Le cartucce toner originali HP 824 funzionano con i seguenti dispositivi:\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5280;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"LJ 2300/2420/P3005\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4553;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:12:\"ML-2160/2165\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2308;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:4:\"mt41\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3868;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:62:\"nc4200, 2133 Mini, 2710p, 6530b, 6730b, 6735s, EliteBook 2730p\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2250;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:41:\"nc4200, 6510b, 6710b, 6910p, 6715b, 8510w\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3865;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:127:\"nc4200, HP 630, HP 635, HP Mini 430\nEliteBook 8440p, EliteBook 8460w\nProBook 4430s, ProBook 4530s, ProBook 4535s, ProBook 4730s\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2416;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"notebooks\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:48267;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:28:\"Officejet 6700 Premium e-AiO\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1551;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"Officejet Pro 8600\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3643;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:202:\"OfficeJet Pro 8730 All-in-One Printer\nOfficeJet Pro 8710 All-in-One Printer\nOfficeJet Pro 8218 Printer\nOfficeJet Pro 7740 Wide Format All-in-One Printer\nOfficeJet Pro 7720 Wide Format All-in-One Printer\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1539;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:142:\"OfficeJet Pro X451dn,\nOfficeJet Pro X451dw,\nOfficeJet Pro X476dn MFP,\nOfficeJet Pro X476dw MFP,\nOfficeJet Pro X551dw,\nOfficeJet Pro X576dw MFP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4109;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:10:\"OMEN 17-an\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4154;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:5:\"P2035\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4137;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"Pavilion 14-dh0000 x360\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1542;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:11:\"Pavilion 15\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2085;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"Pavilion 15-cs\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5030;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"Pavilion 15-cx\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5531;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"Pavilion Gaming\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3179;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"Pavilion Gaming 15\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:437;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"Pavilion Gaming 15-dk\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3224;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:26:\"Pavilion x360 14 14-ek1000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5829;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"Pavilion ze2300\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3932;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:29:\"PrBook 645 G3, ProBook 655 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1506;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"ProBook 430 G4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4579;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:14:\"ProBook 430 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4620;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:14:\"ProBook 430 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3573;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:14:\"ProBook 430 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3889;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:14:\"ProBook 440 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4619;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:14:\"ProBook 440 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3558;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:14:\"ProBook 440 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5957;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:14:\"ProBook 440 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6199;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:15:\"ProBook 440 G10\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4648;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"ProBook 445 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3570;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:14:\"ProBook 445 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6193;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"ProBook 445 G10\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3893;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"ProBook 450 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4489;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:30:\"ProBook 450 G3, 455 G3, 470 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1507;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:30:\"ProBook 450 G4, ProBook 455 G4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4578;a:4:{s:3:\"nbr\";i:5;s:4:\"name\";s:14:\"ProBook 450 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3572;a:4:{s:3:\"nbr\";i:8;s:4:\"name\";s:14:\"ProBook 450 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3565;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:14:\"ProBook 450 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2874;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"ProBook 450 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6194;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:15:\"ProBook 450 G10\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3894;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:14:\"ProBook 455 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4647;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"ProBook 455 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6201;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:15:\"ProBook 455 G10\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2665;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:14:\"ProBook 470 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4581;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:171:\"ProBook 470 G5 Base Model Notebook PC, ProBook 450 G5 Notebook PC, ProBook 450 G5 Base Model Notebook PC, ProBook 430 G5 Notebook PC, ProBook 430 G5 Base Model Notebook PC\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2953;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"ProBook 640 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2680;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:14:\"ProBook 640 G4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2580;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:14:\"ProBook 645 G2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1475;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"ProBook 650 G1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2311;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:64:\"ProBook 650 G1, ProBook 645 G1, ProBook 640 G1, EliteBook 820 G1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4136;a:4:{s:3:\"nbr\";i:10;s:4:\"name\";s:14:\"ProBook 650 G4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2582;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:14:\"ProBook 655 G2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1317;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:101:\"ProBook 4230s, ProBook 4340s, ProBook 4540s, ProBook 6470b, ProBook 6475b, ProBook 6570b, ProBook 450\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3560;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:18:\"ProBook x360 11 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6121;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"ProBook x360 435 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6161;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:20:\"ProLiant DL380e Gen8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1471;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:20:\"ProLiant DL380p Gen8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5659;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"Pro x360 435 G10\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5597;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:8:\"Pro X451\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6216;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:6:\"rp5700\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:48539;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"Spectre 13-aw0000\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4141;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:15:\"Spectre x360 13\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5426;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"Spectre x360 15\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1272;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:10:\"t510, t610\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3999;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:33:\"t610 Flexible, t610 PLUS Flexible\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1390;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"Touchsmart 600-1040Es\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:975;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"Victus by HP 15-fb1xxx\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4609;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:12:\"ZBook 14u G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3574;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:11:\"ZBook 15 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4702;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:11:\"ZBook 17 G3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2084;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:11:\"ZBook 17 G5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4915;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:11:\"ZBook 17 G6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5431;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"ZBook Firefly 14\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:387;a:4:{s:3:\"nbr\";i:5;s:4:\"name\";s:19:\"ZBook Firefly 14 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5953;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:20:\"ZBook Firefly 14 G10\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:47800;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"ZBook Firefly 15 G7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5949;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:19:\"ZBook Firefly 16 G9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5606;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:17:\"ZBook Fury 16 G10\";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;}}}") |
10.004
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)
|
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 |
9.700
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)
|
166 |
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 |
8.690
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)
|
185 |
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.940
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)
|
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`) |
5.549
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)
|
207 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 723
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
5.487
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)
|
182 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
4.964
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)
|
186 |
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 |
4.812
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)
|
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` = 642
ORDER BY `position` |
4.199
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)
|
213 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 758
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
3.484
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)
|
236 |
SELECT SQL_NO_CACHE `id_guest`
FROM `asc1_connections`
WHERE `id_guest` = 1946890
AND `date_add` > '2025-07-26 20:17:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
3.329
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)
|
65 |
SELECT SQL_NO_CACHE data FROM asc1_layered_filter_block WHERE hash="77e28cc5edd497a41bbd3dbbc671e63c" LIMIT 1 |
3.315
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)
|
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 (641,642,678,723,757,758,808,837,842,1062,1064,1068) |
2.383
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)
|
237 |
INSERT INTO `asc1_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('1859334', '', 'solutionsit.ch/it/2-home?q=Marca-GBC-HGST-HP-Peli-AKiTiO', '', '2025-07-26 20:47:44') |
1.939
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)
|
13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `asc1_hook` h
WHERE (h.active = 1) |
1.763
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)
|
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.604
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)
|
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.479
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)
|
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.417
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)
|
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 |
1.030
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)
|
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` = 642) AND (b.`id_shop` = 1) LIMIT 1 |
0.985
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)
|
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.830
ms
|
96 |
Yes
|
|
/classes/Dispatcher.php:635
/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 |
0.827
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)
|
53 |
SELECT SQL_NO_CACHE *
FROM `asc1_country_lang`
WHERE `id_country` = 19 |
0.756
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)
|
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 |
0.693
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)
|
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` = 757) AND (b.`id_shop` = 1) LIMIT 1 |
0.649
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)
|
58 |
SELECT SQL_NO_CACHE `id_category`
FROM `asc1_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1 |
0.619
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)
|
167 |
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.618
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)
|
222 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 842
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.518
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)
|
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.510
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)
|
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` = 837) AND (b.`id_shop` = 1) LIMIT 1 |
0.495
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 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` = 837
ORDER BY `position` |
0.492
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)
|
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.483
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)
|
193 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 34 AND `id_shop` = 1 LIMIT 1 |
0.482
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)
|
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 |
0.475
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)
|
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 |
0.445
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)
|
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` = 641) AND (b.`id_shop` = 1) LIMIT 1 |
0.425
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)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM asc1_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.409
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)
|
183 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.404
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)
|
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.403
ms
|
4 |
|
|
/classes/Language.php:1070
/config/config.inc.php:151 (loadLanguages)
/index.php:40 (require_once)
|
38 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `asc1_hook` |
0.403
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)
|
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.391
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)
|
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.388
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)
|
51 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `asc1_country`
WHERE `id_country` = 19 LIMIT 1 |
0.385
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)
|
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.384
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)
|
41 |
SELECT SQL_NO_CACHE name, alias FROM `asc1_hook_alias` |
0.383
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)
|
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` = 641 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` = 641 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.381
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)
|
154 |
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` = 842) AND (b.`id_shop` = 1) LIMIT 1 |
0.373
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)
|
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` = 1062 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` = 1062 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.368
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)
|
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` = 678) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
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)
|
204 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 678
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.364
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)
|
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` = 1068 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` = 1068 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.364
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)
|
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` = 641
ORDER BY `position` |
0.355
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)
|
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.346
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)
|
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` = 723
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.335
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)
|
148 |
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` = 808) AND (b.`id_shop` = 1) LIMIT 1 |
0.334
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)
|
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` = 1064 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` = 1064 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.333
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)
|
219 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 837
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.329
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)
|
7 |
SELECT SQL_NO_CACHE *
FROM `asc1_shop_group` a
WHERE (a.`id_shop_group` = 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:565 (__construct)
/config/config.inc.php:179 (getGroup)
/index.php:40 (require_once)
|
160 |
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` = 1064) AND (b.`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/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)
|
146 |
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` = 758) 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)
|
140 |
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` = 723) AND (b.`id_shop` = 1) LIMIT 1 |
0.318
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)
|
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` = 758
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.318
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)
|
145 |
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` = 757
ORDER BY `position` |
0.308
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)
|
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` = 678 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` = 678 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.307
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)
|
216 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 808
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.304
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)
|
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.298
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)
|
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` = 808 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` = 808 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.296
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)
|
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.296
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)
|
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` = 723
ORDER BY `position` |
0.288
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)
|
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` = 723 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` = 723 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.280
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)
|
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` = 642 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` = 642 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.279
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)
|
178 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `asc1_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.279
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)
|
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` = 837 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` = 837 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)
|
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` = 757 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` = 757 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.275
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)
|
168 |
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.273
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)
|
139 |
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` = 678
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)
|
163 |
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` = 1068) AND (b.`id_shop` = 1) LIMIT 1 |
0.272
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)
|
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` = 641) |
0.270
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)
|
157 |
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` = 1062) AND (b.`id_shop` = 1) LIMIT 1 |
0.267
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)
|
179 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.267
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)
|
169 |
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.262
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)
|
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` = 842 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` = 842 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.257
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` = 758 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` = 758 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.253
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)
|
159 |
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` = 1062
ORDER BY `position` |
0.248
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 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.248
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)
|
189 |
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.245
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)
|
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` = 808
ORDER BY `position` |
0.244
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)
|
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.243
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)
|
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` = 842
ORDER BY `position` |
0.241
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)
|
201 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 642
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.240
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)
|
196 |
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` = 5) LIMIT 1 |
0.234
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)
|
147 |
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` = 758
ORDER BY `position` |
0.232
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)
|
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.224
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)
|
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.224
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)
|
162 |
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` = 1064
ORDER BY `position` |
0.224
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)
|
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 |
0.222
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)
|
37 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM asc1_shop s |
0.222
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)
|
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.221
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)
|
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.217
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)
|
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 |
0.216
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)
|
210 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 757
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.216
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)
|
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.212
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)
|
165 |
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` = 1068
ORDER BY `position` |
0.210
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)
|
228 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 1064
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.210
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)
|
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.204
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)
|
198 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 641
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.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: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)
|
225 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 1062
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.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)
|
134 |
SELECT SQL_NO_CACHE * FROM `asc1_image_type` |
0.198
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)
|
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` = 678
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.197
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)
|
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 |
0.196
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)
|
73 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "wkpaymentfee" LIMIT 1 |
0.193
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)
|
190 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.192
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)
|
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` = 757
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.182
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)
|
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` = 842
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.181
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)
|
234 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.178
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)
|
63 |
SELECT SQL_NO_CACHE *
FROM `asc1_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.175
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)
|
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` = 9092639 LIMIT 1 |
0.175
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)
|
152 |
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` = 5843238 LIMIT 1 |
0.173
ms
|
0 |
|
|
/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)
|
231 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `asc1_product_comment` pc
WHERE pc.`id_product` = 1068
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.173
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)
|
194 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "angarbestsellers" 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)
|
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` = 1068) |
0.171
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)
|
144 |
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` = 9092930 LIMIT 1 |
0.167
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)
|
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` = 837
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.167
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)
|
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.167
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)
|
203 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 642 AND `validate` = 1 LIMIT 1 |
0.167
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)
|
218 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 808 AND `validate` = 1 LIMIT 1 |
0.162
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.161
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)
|
212 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 757 AND `validate` = 1 LIMIT 1 |
0.160
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)
|
17 |
SELECT SQL_NO_CACHE * FROM `asc1_currency` c ORDER BY `iso_code` ASC |
0.159
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)
|
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` = 641
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.157
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)
|
221 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 837 AND `validate` = 1 LIMIT 1 |
0.156
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)
|
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` = 678) |
0.155
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)
|
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` = 642
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.155
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)
|
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` = 808
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.155
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)
|
121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 1062) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
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)
|
113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 837) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
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)
|
3 |
SELECT SQL_NO_CACHE *
FROM `asc1_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.150
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)
|
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` = 837) |
0.149
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)
|
170 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.149
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` = 642) |
0.147
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` = 723) |
0.147
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)
|
229 |
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` = 1064
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.146
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` = 678 AND `validate` = 1 LIMIT 1 |
0.145
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)
|
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.144
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)
|
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.144
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)
|
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` = 1064) |
0.144
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)
|
158 |
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` = 5844578 LIMIT 1 |
0.143
ms
|
0 |
|
|
/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)
|
226 |
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` = 1062
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)
|
50 |
SELECT SQL_NO_CACHE format
FROM `asc1_address_format`
WHERE `id_country` = 19 LIMIT 1 |
0.140
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)
|
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.140
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)
|
215 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 758 AND `validate` = 1 LIMIT 1 |
0.140
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)
|
232 |
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` = 1068
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)
|
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.139
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)
|
172 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.139
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)
|
181 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_mainmenu" 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: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)
|
209 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 723 AND `validate` = 1 LIMIT 1 |
0.136
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)
|
19 |
SELECT SQL_NO_CACHE value FROM `asc1_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.134
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)
|
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` = 842) |
0.132
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)
|
224 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 842 AND `validate` = 1 LIMIT 1 |
0.132
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)
|
22 |
SELECT SQL_NO_CACHE `id_lang` FROM `asc1_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
0.132
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)
|
124 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 1064 AND `id_group` = 1 LIMIT 1 |
0.131
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)
|
180 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 119 AND `id_shop` = 1 LIMIT 1 |
0.130
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)
|
15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `asc1_hook_alias` |
0.129
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)
|
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` = 757) |
0.129
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)
|
174 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.129
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)
|
227 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 1062 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)
|
129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 1068) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
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)
|
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` = 758) |
0.125
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` = 808) |
0.125
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)
|
93 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 678) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.124
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)
|
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` = 1062) |
0.124
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)
|
128 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 1068 AND `id_group` = 1 LIMIT 1 |
0.124
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)
|
54 |
SELECT SQL_NO_CACHE *
FROM `asc1_state` a
WHERE (a.`id_state` = 359) LIMIT 1 |
0.123
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)
|
200 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 641 AND `validate` = 1 LIMIT 1 |
0.123
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)
|
18 |
SELECT SQL_NO_CACHE `id_lang` FROM `asc1_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
0.122
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)
|
138 |
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` = 9092646 LIMIT 1 |
0.122
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)
|
184 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.122
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)
|
195 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.122
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)
|
112 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 837 AND `id_group` = 1 LIMIT 1 |
0.121
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)
|
155 |
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` = 5843236 LIMIT 1 |
0.121
ms
|
0 |
|
|
/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)
|
230 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 1064 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)
|
149 |
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` = 5847111 LIMIT 1 |
0.119
ms
|
0 |
|
|
/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)
|
197 |
SELECT SQL_NO_CACHE `name`
FROM `asc1_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1 |
0.118
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)
|
79 |
SELECT SQL_NO_CACHE *
FROM `asc1_tax` a
WHERE (a.`id_tax` = 38) LIMIT 1 |
0.116
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)
|
97 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 723) 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)
|
233 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `asc1_product_comment` pc
WHERE `id_product` = 1068 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)
|
31 |
SELECT SQL_NO_CACHE *
FROM `asc1_group_lang`
WHERE `id_group` = 1 |
0.115
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)
|
84 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 641) 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)
|
191 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.115
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)
|
28 |
SELECT SQL_NO_CACHE *
FROM `asc1_currency_lang`
WHERE `id_currency` = 2 |
0.115
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)
|
141 |
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` = 9092868 LIMIT 1 |
0.115
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)
|
89 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 642) 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)
|
161 |
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` = 5843210 LIMIT 1 |
0.114
ms
|
0 |
|
|
/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)
|
235 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 21 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/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)
|
20 |
SELECT SQL_NO_CACHE c.id_currency
FROM `asc1_currency` c
WHERE (iso_code = 'CHF') LIMIT 1 |
0.110
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)
|
117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 842) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
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)
|
171 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.110
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)
|
24 |
SELECT SQL_NO_CACHE c.id_currency
FROM `asc1_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.108
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)
|
80 |
SELECT SQL_NO_CACHE *
FROM `asc1_tax_lang`
WHERE `id_tax` = 38 |
0.108
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)
|
125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 1064) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.108
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)
|
188 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `asc1_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.108
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)
|
55 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM asc1_required_field |
0.107
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)
|
164 |
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` = 5843226 LIMIT 1 |
0.106
ms
|
0 |
|
|
/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)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `asc1_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/ObjectModel.php:1582
/config/config.inc.php:224 (isAssociatedToShop)
/index.php:40 (require_once)
|
176 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.102
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)
|
34 |
SELECT SQL_NO_CACHE `id_category`
FROM `asc1_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1 |
0.101
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)
|
74 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 141 AND `id_shop` = 1 LIMIT 1 |
0.101
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)
|
26 |
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/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)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `asc1_lang` WHERE `iso_code` = 'it' LIMIT 1 |
0.100
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)
|
23 |
SELECT SQL_NO_CACHE `id_lang` FROM `asc1_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
0.100
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)
|
39 |
SELECT SQL_NO_CACHE * FROM `asc1_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.099
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)
|
173 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.099
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)
|
101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 757) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
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 = 758) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
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)
|
109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `asc1_stock_available`
WHERE (id_product = 808) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
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)
|
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.095
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)
|
29 |
SELECT SQL_NO_CACHE id_shop
FROM `asc1_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.095
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)
|
96 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 723 AND `id_group` = 1 LIMIT 1 |
0.094
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)
|
81 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 641 AND `id_group` = 1 LIMIT 1 |
0.093
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)
|
175 |
SELECT SQL_NO_CACHE `id_module` FROM `asc1_module_shop` WHERE `id_module` = 7 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: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)
|
32 |
SELECT SQL_NO_CACHE id_shop
FROM `asc1_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.092
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)
|
88 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 642 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)
|
92 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 678 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)
|
177 |
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)
|
82 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_group`
WHERE `id_group` = 1 LIMIT 1 |
0.082
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)
|
116 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 842 AND `id_group` = 1 LIMIT 1 |
0.082
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)
|
104 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 758 AND `id_group` = 1 LIMIT 1 |
0.081
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` = 1062 AND `id_group` = 1 LIMIT 1 |
0.081
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)
|
100 |
SELECT SQL_NO_CACHE `reduction`
FROM `asc1_product_group_reduction_cache`
WHERE `id_product` = 757 AND `id_group` = 1 LIMIT 1 |
0.080
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` = 808 AND `id_group` = 1 LIMIT 1 |
0.080
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)
|